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
Copy file name to clipboardExpand all lines: lightbug_http/sys/server.mojo
+43-38Lines changed: 43 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -83,48 +83,53 @@ struct SysServer:
83
83
Raises:
84
84
If there is an error while serving requests.
85
85
"""
86
-
# var max_worker_count = self.get_concurrency()
87
-
#TODO: logic for non-blocking read and write here, see for example https://github.com/valyala/fasthttp/blob/9ba16466dfd5d83e2e6a005576ee0d8e127457e2/server.go#L1789
0 commit comments