You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a client that needs to handle chunked messages, but these don't seem to be processed as chunks because the header field name is expected to be camel cased in cpp-netlib and my server sends them lower cased. I tracked the problem down to the following code in async_protocol_handler.cpp (line 290).