generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Description
Hi,
I am working on small websocket library that is using transport_interface layer and coreHTTP library for initial handshaking.
"Upgrade:" header in HTTP response ends with error code from function HTTPClient_Send.
I made my fix in file core_http_client.c on line 1206:
if(llhttp_execute( &( pParsingContext->llhttpParser ), parsingStartLoc, parseLen ) == HPE_PAUSED_UPGRADE)
llhttp_resume_after_upgrade(&( pParsingContext->llhttpParser ));
Regards,
Peter.
Metadata
Metadata
Assignees
Labels
No labels