File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ does not by itself distribute or provide binaries. Binary files are highly
7
7
system specific and oftentimes also bound to specific system versions.
8
8
9
9
Different curl versions, built by different people on different platforms
10
- using different third party libraries with different built -time options makes
10
+ using different third party libraries with different build -time options makes
11
11
the tool offer different features in different places. In addition, curl is
12
12
continuously developed, so newer versions of the tool are likely to have more
13
13
and better features than the older ones.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ data over the connection.
27
27
Doing a transfer with a ` ws:// ` or ` wss:// ` URL implies that libcurl makes a
28
28
successful upgrade to the WebSocket protocol or an error is returned. An HTTP
29
29
200 response code which for example is considered fine in a normal HTTP
30
- transfer is therefor considered an error when asking for a WebSocket transfer.
30
+ transfer is therefore considered an error when asking for a WebSocket transfer.
31
31
32
32
## Automatic ` PONG `
33
33
You can’t perform that action at this time.
0 commit comments