We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9195105 commit 0abb261Copy full SHA for 0abb261
app/http/httpclient.c
@@ -414,7 +414,7 @@ static void ICACHE_FLASH_ATTR http_disconnect_callback( void * arg )
414
body = body + 4;
415
}
416
417
- if ( os_strstr( req->buffer, "Transfer-Encoding: chunked" ) )
+ if ( os_strstr( req->buffer, "Transfer-Encoding: chunked" ) || os_strstr( req->buffer, "transfer-encoding: chunked" ) )
418
{
419
int body_size = req->buffer_size - (body - req->buffer);
420
char chunked_decode_buffer[body_size];
0 commit comments