Skip to content

Commit c2d3c76

Browse files
committed
update
1 parent 91b943d commit c2d3c76

4 files changed

Lines changed: 308 additions & 247 deletions

File tree

docroot/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ <h3>Building web apps from scratch</h3>
6565
<li>
6666
<a href="posts/003_tcp.html">TCP - Part 3</a>
6767
</li>
68-
<li class="wip">
69-
<a href="posts/004_http.html">HTTP - Part 4</a> (WIP)
68+
<li>
69+
<a href="posts/004_http.html">HTTP - Part 4</a>
7070
</li>
71-
<li class="wip">
72-
<a href="posts/005_the_accept_loop.html">The Accept Loop - Part 5</a> (WIP)
71+
<li>
72+
<a href="posts/005_the_listener_socket.html">The Listener Socket - Part 5</a>
7373
</li>
7474
</ul>
7575
<h3>MISC</h3>

docroot/posts/003_tcp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ <h2>What's next</h2>
264264
<br/>
265265
<br/>
266266

267-
In the next post I'll just give an overview of HTTP and TLS. I won't go into much detail since we'll talk about them extensively throughout the entire series.
267+
In the next post I'll just give an overview of HTTP. I won't go into much detail since we'll talk about it extensively throughout the entire series.
268268

269269
</p>
270270
<h2>Join the Discussion!</h2>

0 commit comments

Comments
 (0)