mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-10 03:40:29 +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:
|
* Here's an example usage:
|
||||||
*
|
*
|
||||||
* make -j8 o//examples/nc.com
|
* 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"
|
* Once upon time we called this command "telnet"
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue