mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-20 05:11:46 +03:00
adds extra newline between headers and body
This commit is contained in:
parent
b745cb83bc
commit
05339a771e
@ -652,7 +652,7 @@ _cttp_creq_fire(u3_creq* ceq_u)
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
c3_c len_c[41];
|
c3_c len_c[41];
|
||||||
c3_w len_w = snprintf(len_c, 40, "Content-Length: %u\r\n",
|
c3_w len_w = snprintf(len_c, 40, "Content-Length: %u\r\n\r\n",
|
||||||
ceq_u->bod_u->len_w);
|
ceq_u->bod_u->len_w);
|
||||||
|
|
||||||
_cttp_creq_fire_body(ceq_u, _cttp_bod_new(len_w, len_c));
|
_cttp_creq_fire_body(ceq_u, _cttp_bod_new(len_w, len_c));
|
||||||
|
Loading…
Reference in New Issue
Block a user