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
#TODO: logic for non-blocking read and write here, see for example https://github.com/valyala/fasthttp/blob/9ba16466dfd5d83e2e6a005576ee0d8e127457e2/server.go#L1789
# # TODO: logic for non-blocking read and write here, see for example https://github.com/valyala/fasthttp/blob/9ba16466dfd5d83e2e6a005576ee0d8e127457e2/server.go#L1789
132
-
133
-
# self.ln = ln
134
-
135
-
# while True:
136
-
# let conn = self.ln.accept[SysConnection]()
137
-
# var buf = Bytes()
138
-
# let read_len = conn.read(buf)
139
-
# let first_line_and_headers = next_line(buf)
140
-
# let request_line = first_line_and_headers.first_line
141
-
# let rest_of_headers = first_line_and_headers.rest
0 commit comments