tidy-up: one comment and EOF newlines
Reviewed-by: Daniel Stenberg Closes #13108
This commit is contained in:
parent
e7219c2bdc
commit
14d9afdfe7
@ -115,4 +115,3 @@ That is why transfer decoding writers are added for phase `CURL_CW_TRANSFER_DECO
|
|||||||
By adding the common behavior of all protocols into `Curl_client_write()` we make sure that they do apply everywhere. Protocol handler have less to worry about. Changes to default behavior can be done without affecting handler implementations.
|
By adding the common behavior of all protocols into `Curl_client_write()` we make sure that they do apply everywhere. Protocol handler have less to worry about. Changes to default behavior can be done without affecting handler implementations.
|
||||||
|
|
||||||
Having a writer chain as implementation allows protocol handlers with extra needs, like HTTP, to add to this for special behavior. The common way of writing the actual response data stays the same.
|
Having a writer chain as implementation allows protocol handlers with extra needs, like HTTP, to add to this for special behavior. The common way of writing the actual response data stays the same.
|
||||||
|
|
||||||
|
|||||||
@ -300,4 +300,3 @@ conn[curl.se] --> HTTPS-CONNECT --> NULL
|
|||||||
conn[curl.se] --> HTTPS-CONNECT --> SETUP[QUIC] --> HAPPY-EYEBALLS --> HTTP/3[151.101.1.91]:443
|
conn[curl.se] --> HTTPS-CONNECT --> SETUP[QUIC] --> HAPPY-EYEBALLS --> HTTP/3[151.101.1.91]:443
|
||||||
* transfer
|
* transfer
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
2
docs/cmdline-opts/.gitignore
vendored
2
docs/cmdline-opts/.gitignore
vendored
@ -2,4 +2,4 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: curl
|
# SPDX-License-Identifier: curl
|
||||||
|
|
||||||
curl.txt
|
curl.txt
|
||||||
|
|||||||
@ -68,4 +68,3 @@ int main(void)
|
|||||||
Added in 7.18.0
|
Added in 7.18.0
|
||||||
|
|
||||||
# RETURN VALUE
|
# RETURN VALUE
|
||||||
|
|
||||||
|
|||||||
@ -43,7 +43,7 @@ int Curl_mbedtlsthreadlock_unlock_function(int n);
|
|||||||
#define Curl_mbedtlsthreadlock_lock_function(x) 1
|
#define Curl_mbedtlsthreadlock_lock_function(x) 1
|
||||||
#define Curl_mbedtlsthreadlock_unlock_function(x) 1
|
#define Curl_mbedtlsthreadlock_unlock_function(x) 1
|
||||||
|
|
||||||
#endif /* USE_THREADS_POSIX || USE_THREADS_WIN32 */
|
#endif /* (USE_THREADS_POSIX && HAVE_PTHREAD_H) || _WIN32 */
|
||||||
|
|
||||||
#endif /* USE_MBEDTLS */
|
#endif /* USE_MBEDTLS */
|
||||||
|
|
||||||
|
|||||||
@ -190,4 +190,3 @@ HEAD
|
|||||||
}
|
}
|
||||||
|
|
||||||
exit single($ARGV[0]);
|
exit single($ARGV[0]);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user