> This number means the limit of my request line. We see there's 1 byte of 
> difference compared to the number given by the documentation of the server 
> (8190).

>From my reading it looks like the high level code allocates space for
2 bytes over the limit (presumably to account for CR LF but not null
termination).
But the lower level functions it calls don't return the CR LF, only
null termination, resulting in accepting 1 additional byte of real
content.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to