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: Sources/llhttp/HTTPMessagesParser.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,7 @@ public actor HTTPMessagesParser<MessageType: HTTPMessageType> {
208
208
/// Requests without Content-Length and other messages might require treating all incoming bytes as the part of the body, up to the last byte of the connection.
209
209
///
210
210
/// This method will trigger the callback if the request was terminated safely. Otherwise an error would be thrown.
0 commit comments