Marcin Ogoń
Marcin Ogoń
putChunk function should be secured for sending data with 0 length, otherwise last-chunk is multiplied. https://www.rfc-editor.org/rfc/rfc2616#section-3.6.1 `last-chunk = 1*("0") [ chunk-extension ] CRLF` Fix: #132
putChunk function should be secured for sending data with 0 length, otherwise last-chunk is multiplied. https://www.rfc-editor.org/rfc/rfc2616#section-3.6.1 `last-chunk = 1*("0") [ chunk-extension ] CRLF`
When I use one of pingidentity products in between of communication it adds CRLF at the beginning of header. This makes lookForHeaders function in ileastic.c parse header wrong way.