Skip to content

Commit

Permalink
[websockets] Fix for websockets issue zephyrproject-rtos#1348 (zephyr…
Browse files Browse the repository at this point in the history
…project-rtos#1384)

Signed-off-by: Brian J Jones <[email protected]>
brianjjones authored and Jimmy Huang committed Jul 21, 2017
1 parent 39babc0 commit 331e23b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/zjs_web_sockets.c
Original file line number Diff line number Diff line change
@@ -175,8 +175,6 @@ static void tcp_send(struct net_context *context, void *data, u32_t len)
net_pkt_unref(send_pkt);
return;
}

net_pkt_unref(send_pkt);
}

// generate an accept key given an input key

0 comments on commit 331e23b

Please sign in to comment.