Source position: fphttp2server.pp line 220
const H2C_101_RESPONSE = 'HTTP/1.1 101 Switching Protocols'#13#10 + 'Connection: Upgrade'#13#10 + 'Upgrade: h2c'#13#10 + #13#10;