Commits


Olivier Langlois authored and Andy Green committed b6824c88fdb
http: allow receiving body in case ws upgrade failed Process HTTP headers related to content length for ws connections and make 1 callback before continuing to the ws upgrade code. This gives one last opportunity to ws protocols to inspect server reply before the ws upgrade code discard it. ie: download reply body in case of any other response code than 101.