mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 00:29:58 -05:00
fix for doxygen and lint.
git-svn-id: file:///svn/unbound/trunk@4518 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
75eb720ab5
commit
db766ce064
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue