You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usually, when a user has sent a request to a server, and the request is running from a too long time, the user can send a "cancel" command by sending an out-of-band data to the server.
The server can then immediately take the appropriate measure.
Is it possible to add a method to net.TCPConn, that would call the C function "send(..., MSG_OOB)" ?
The text was updated successfully, but these errors were encountered:
Usually, when a user has sent a request to a server, and the request is running from a too long time, the user can send a "cancel" command by sending an out-of-band data to the server.
The server can then immediately take the appropriate measure.
Is it possible to add a method to net.TCPConn, that would call the C function "send(..., MSG_OOB)" ?
The text was updated successfully, but these errors were encountered: