mirror of
https://github.com/curl/curl.git
synced 2026-07-22 17:07:17 +03:00
tidy-up: miscellaneous
- tool_bname: scope an include. - `endif` comments. - Markdown fixes. - comment tidy-ups. - whitespace, newlines, indent. Closes #20309
This commit is contained in:
parent
62ba3604dc
commit
ac6264366f
98 changed files with 829 additions and 863 deletions
|
|
@ -29,7 +29,7 @@ http
|
|||
Replaced internal headers with a blank one
|
||||
</name>
|
||||
<command>
|
||||
-H "Host;" -H "Accept;" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
||||
-H "Host;" -H "Accept;" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ http
|
|||
HTTP with proxy authorization
|
||||
</name>
|
||||
<command>
|
||||
-U fake@user:loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong -x %HOSTIP:%HTTPPORT http://we.want.that.site.com/%TESTNUMBER
|
||||
-U fake@user:loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong -x %HOSTIP:%HTTPPORT http://we.want.that.site.com/%TESTNUMBER
|
||||
</command>
|
||||
<features>
|
||||
proxy
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ https-proxy
|
|||
HTTPS-proxy with Basic auth to HTTP without auth
|
||||
</name>
|
||||
<command>
|
||||
-U fake@user:loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong -x https://%HOSTIP:%HTTPSPROXYPORT http://we.want.that.site.com/%TESTNUMBER --proxy-insecure
|
||||
-U fake@user:loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong -x https://%HOSTIP:%HTTPSPROXYPORT http://we.want.that.site.com/%TESTNUMBER --proxy-insecure
|
||||
</command>
|
||||
<features>
|
||||
proxy
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ http
|
|||
HTTP GET with user and password
|
||||
</name>
|
||||
<command>
|
||||
-u fake:user http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
||||
-u fake:user http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ http
|
|||
HTTP PUT from a file but enforce chunked transfer-encoding
|
||||
</name>
|
||||
<command>
|
||||
-T %LOGDIR/file%TESTNUMBER -H "Transfer-Encoding: chunked" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
||||
-T %LOGDIR/file%TESTNUMBER -H "Transfer-Encoding: chunked" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
||||
</command>
|
||||
<file name="%LOGDIR/file%TESTNUMBER">
|
||||
just some tiny teeny contents
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ http
|
|||
HTTP POST with auth and contents but with content-length set to 0
|
||||
</name>
|
||||
<command>
|
||||
-d "fooo=mooo%AMPpooo=clue%AMPdoo=%20%20%20++++" -u "fake:-user" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
||||
-d "fooo=mooo%AMPpooo=clue%AMPdoo=%20%20%20++++" -u "fake:-user" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="US-ASCII"?>
|
||||
<testcase>
|
||||
# Bang on RTP by
|
||||
# 1) giving an evil payload (with $)
|
||||
# 2) Giving evil content (SDP starting with $)
|
||||
# 3) packing rtp after headers, after content, and at the start
|
||||
# 1. giving an evil payload (with $)
|
||||
# 2. Giving evil content (SDP starting with $)
|
||||
# 3. packing rtp after headers, after content, and at the start
|
||||
<info>
|
||||
<keywords>
|
||||
RTSP
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ http
|
|||
HTTP POST with custom content-type
|
||||
</name>
|
||||
<command>
|
||||
-d "hejsanallabarn" -H "Content-Type: silly/type" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
||||
-d "hejsanallabarn" -H "Content-Type: silly/type" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ http
|
|||
HTTP PUT from stdin with set size, disabling chunked transfer-encoding
|
||||
</name>
|
||||
<command>
|
||||
-T - -H "Transfer-Encoding:" -H "Content-Length: 14" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
||||
-T - -H "Transfer-Encoding:" -H "Content-Length: 14" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
||||
</command>
|
||||
<stdin>
|
||||
data on stdin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue