Skip to content

Commit b3626fa

Browse files
committed
fix: refactor TCP multiplexing message handling to allow mutable header processing
Signed-off-by: Dengfeng Liu <[email protected]>
1 parent 3f21cc8 commit b3626fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ static int process_stream_data(struct bufferevent *bev,
592592
return 0;
593593
}
594594

595-
static void handle_tcp_mux_message(const struct tcp_mux_header *tmux_hdr,
595+
static void handle_tcp_mux_message(struct tcp_mux_header *tmux_hdr,
596596
struct tmux_stream *cur)
597597
{
598598
if (cur == &abandon_stream) {

0 commit comments

Comments
 (0)