mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-10 20:07:43 +02:00
fix for doxygen and lint.
git-svn-id: file:///svn/unbound/trunk@4518 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
+2
-2
@@ -1710,7 +1710,7 @@ http_header_done(sldns_buffer* buf)
|
||||
}
|
||||
|
||||
/** return character string into buffer for header line, moves buffer
|
||||
* past that line and puts zero terminator (into \r\n) */
|
||||
* past that line and puts zero terminator into linefeed-newline */
|
||||
static char*
|
||||
http_header_line(sldns_buffer* buf)
|
||||
{
|
||||
@@ -1885,7 +1885,7 @@ http_chunked_segment(struct comm_point* c)
|
||||
/* save too much info into temp buffer */
|
||||
size_t fraglen;
|
||||
struct comm_reply repinfo;
|
||||
sldns_buffer_skip(c->buffer, c->tcp_byte_count);
|
||||
sldns_buffer_skip(c->buffer, (ssize_t)c->tcp_byte_count);
|
||||
c->tcp_byte_count = 0;
|
||||
sldns_buffer_clear(c->http_temp);
|
||||
sldns_buffer_write(c->http_temp,
|
||||
|
||||
Reference in New Issue
Block a user