We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7800d13 commit 74c8e51Copy full SHA for 74c8e51
Network/Socket/Shutdown.hs
@@ -77,7 +77,7 @@ recvEOF s tmout0 buf = do
77
Nothing -> recvEOFtimeout s tmout0 buf
78
Just _ -> recvEOFevent s tmout0 buf
79
#else
80
-recvEOF = recvEOFloop
+recvEOF = recvEOFtimeout
81
#endif
82
83
-- Don't use 4092 here. The GHC runtime takes the global lock
0 commit comments