mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
Fix comment for nc example (#323)
The "Host" header is missing from the command for making the request, so we get empty response.
This commit is contained in:
parent
fdb543cbb3
commit
f12c6c1b5e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
* Here's an example usage:
|
||||
*
|
||||
* make -j8 o//examples/nc.com
|
||||
* printf 'GET /\r\n\r\n' | o//examples/nc.com justine.lol 80
|
||||
* printf 'GET /\r\nHost: justine.lol\r\n\r\n' | o//examples/nc.com justine.lol 80
|
||||
*
|
||||
* Once upon time we called this command "telnet"
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue