Skip to content

Commit

Permalink
[WIP] 95% support connection swapping on reverse node
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Jun 21, 2024
1 parent a801c45 commit 89863d5
Show file tree
Hide file tree
Showing 9 changed files with 268 additions and 284 deletions.
2 changes: 1 addition & 1 deletion tunnels/client/http2/http2_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ static void downStream(tunnel_t *self, context_t *c)
}
if (nghttp2_session_want_read(con->session) == 0 && nghttp2_session_want_write(con->session) == 0)
{
assert(false);
// assert(false);
context_t *fin_ctx = newFinContext(con->line);
deleteHttp2Connection(con);
self->up->upStream(self->up, fin_ctx);
Expand Down
Loading

0 comments on commit 89863d5

Please sign in to comment.