Skip to content

Commit aef6a66

Browse files
committed
ci: generate pages at 2a718d3 [ci skip]
1 parent 2a718d3 commit aef6a66

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/ch20-02-multithreaded.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ <h3 id="現在のサーバの実装で遅いリクエストをシミュレーシ
249249
successful HTML page.
250250
-->
251251
<p>このコードはちょっと汚いですが、シミュレーション目的には十分です。2番目のリクエスト<code>sleep</code>を作成し、
252-
そのデータをサーバは認識します。<code>if</code>ブロックの後に <code>else if</code>を追加し、<em>/sleep</em>へのリクエストを確認しています。
252+
そのデータをサーバは認識します。<code>if</code>ブロックの後に<code>else if</code>を追加し、<em>/sleep</em>へのリクエストを確認しています。
253253
そのリクエストが受け付けられると、サーバは成功のHTMLページを描画する前に5秒間スリープします。</p>
254254
<!--
255255
You can see how primitive our server is: real libraries would handle the

docs/print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40058,7 +40058,7 @@ <h3 id="現在のサーバの実装で遅いリクエストをシミュレーシ
4005840058
successful HTML page.
4005940059
-->
4006040060
<p>このコードはちょっと汚いですが、シミュレーション目的には十分です。2番目のリクエスト<code>sleep</code>を作成し、
40061-
そのデータをサーバは認識します。<code>if</code>ブロックの後に <code>else if</code>を追加し、<em>/sleep</em>へのリクエストを確認しています。
40061+
そのデータをサーバは認識します。<code>if</code>ブロックの後に<code>else if</code>を追加し、<em>/sleep</em>へのリクエストを確認しています。
4006240062
そのリクエストが受け付けられると、サーバは成功のHTMLページを描画する前に5秒間スリープします。</p>
4006340063
<!--
4006440064
You can see how primitive our server is: real libraries would handle the

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)