mirror of
https://github.com/urbit/shrub.git
synced 2024-11-30 22:15:47 +03:00
Fix bad connection queue logic.
This commit is contained in:
parent
2621710764
commit
29766fd858
@ -498,7 +498,7 @@ _http_message_complete(http_parser* par_u)
|
||||
hon_u->qer_u = hon_u->req_u = req_u;
|
||||
}
|
||||
else {
|
||||
hon_u->qer_u->nex_u = req_u;
|
||||
hon_u->qer_u = hon_u->qer_u->nex_u = req_u;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user