mirror of
https://github.com/curl/curl.git
synced 2026-08-04 13:26:23 +03:00
pingpong: stop using the download buffer
The pingpong logic now uses its own dynbuf for receiving command response data. When the "final" response header for a commanad has been received, that final line is left first in the recvbuf for the protocols to parse at will. If there is additional data behind the final response line, the 'overflow' counter is indicate how many bytes. Closes #12757
This commit is contained in:
parent
196074e73f
commit
c2d973627b
7 changed files with 246 additions and 325 deletions
|
|
@ -38,7 +38,7 @@ ftp
|
|||
<name>
|
||||
FTP dir list PASV with slow response
|
||||
</name>
|
||||
<command>
|
||||
<command option="binary-trace">
|
||||
ftp://%HOSTIP:%FTPPORT/
|
||||
</command>
|
||||
</client>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue