Skip to content

Commit

Permalink
remove extra blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Beej Jorgensen committed Apr 10, 2019
1 parent 5218ed2 commit e68b6f0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ But if you want to serve any kind of binary file (e.g. `foo.jpg`), you'll be
This is why `send_response()` takes a `void*`--it can point to any type of data,
string or not.



------------------------------------------------------------------------

<a name="q300"></a>
Expand All @@ -122,8 +120,6 @@ You have to hit it with a web request. Either send your browser to
curl -D - http://localhost:3490/
```



------------------------------------------------------------------------

<a name="q400"></a>
Expand All @@ -143,8 +139,6 @@ when we call `send()`.) So the entirety of the HTTP data, header and body, needs
to be wrapped up in TCP and sent. So when we call `send()`, we give it that
entire length.



------------------------------------------------------------------------

<a name="q500"></a>
Expand Down

0 comments on commit e68b6f0

Please sign in to comment.