8000
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 6bdfcb1 commit 539e4fdCopy full SHA for 539e4fd
‎Sources/AsyncHTTPClient/ConnectionPool/RequestBodyLength.swift
@@ -13,7 +13,7 @@
13
//===----------------------------------------------------------------------===//
14
15
enum RequestBodyLength: Equatable {
16
- /// size of the reuqest body is not known before starting the request
+ /// size of the request body is not known before starting the request
17
case dynamic
18
/// size of the request body is fixed and exactly `length` bytes
19
case fixed(length: Int)
0 commit comments