We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf7e5c commit 63fa13cCopy full SHA for 63fa13c
README.md
@@ -127,7 +127,7 @@ class CountingDelegate: HTTPClientResponseDelegate {
127
}
128
129
func didReceiveHead(task: HTTPClient.Task<Response>, _ head: HTTPResponseHead) -> EventLoopFuture<Void> {
130
- // this is executed when we receive HTTP Reponse head part of the request (it contains response code and headers), called once
+ // this is executed when we receive HTTP response head part of the request (it contains response code and headers), called once
131
// in case backpressure is needed, all reads will be paused until returned future is resolved
132
return task.eventLoop.makeSucceededFuture(())
133
0 commit comments