Make a fortune quietly
Go to file
klzgrad 3e97ce7c5f Handle payload data immediately after HTTP headers
In HttpProxySocket there can be data immediately after HTTP headers,
as in the case of fast HTTP CONNECT.

Instead of reporting an error, handle this case by returning
the data after HTTP headers in the next Read() call.
2020-08-30 01:26:24 +08:00
src Handle payload data immediately after HTTP headers 2020-08-30 01:26:24 +08:00