mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 22:27:38 +03:00
net.server: Don't call shutdown method on socket if it doesn't have one, eg. for UDP
This commit is contained in:
parent
898101d2d8
commit
6a5be71308
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ wrapconnection = function( server, listeners, socket, ip, serverport, clientport
|
|||
send( socket, table_concat( bufferqueue, "", 1, bufferqueuelen ), 1, bufferlen ) -- forced send
|
||||
end
|
||||
end
|
||||
shutdown( socket )
|
||||
_ = shutdown and shutdown( socket )
|
||||
socket:close( )
|
||||
_sendlistlen = removesocket( _sendlist, socket, _sendlistlen )
|
||||
_socketlist[ socket ] = nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue