Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.2.1, 3.2.2
-
None
-
linux
-
Patch Available
Description
I'm creating a http-server with nc:
nc -l -p 13013
when my provider establish a connection to it, I'm interrupting it (the nc program) with "Ctrl-C"
The provider doesn't send any response.