openresty / lua-resty-websocket

WebSocket support for the ngx_lua module (and OpenResty)
506 stars 106 forks source link

bugfix: abort when status code is invalid #64

Closed Gerrard-YNWA closed 3 years ago

Gerrard-YNWA commented 3 years ago

return error when send_close use an invalid status code.

spacewander commented 3 years ago

Could you add a test for it?

Gerrard-YNWA commented 3 years ago

@spacewander updated.