CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/11/03 07:29:28
Modified files:
usr.sbin/rpki-client: http.c
Log message:
For chunked encoding on switch to STATE_RESPONSE_CHUNKED_TRAILER when
the full chunk was fetched. If the chunk size is bigger than
HTTP_BUF_SIZE iosz will be not zero and STATE_RESPONSE_DATA should
be used to fetch another buffer full of data.
OK beck@
