mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-07 02:10:27 +00:00
fix comment for nc example
the "Host" header is missing from the command for making the request, so we get empty response.
This commit is contained in:
parent
206091617a
commit
214d05a597
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…
Add table
Add a link
Reference in a new issue