Skip to content

Commit a5e638a

Browse files
Minor doc corrections (TODO: it's time to review the docs)
1 parent 6a9e2e7 commit a5e638a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/guide/http.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Buffering
6969

7070
The core of libyimmo is oriented around handling *streams* of data
7171
efficiently — i.e. to facilitate use-cases where connections are potentially
72-
long-lived and data is sent at potentially irregular interfals (e.g. HTTP
72+
long-lived and data is sent at potentially irregular intervals (e.g. HTTP
7373
long-polling, WebSockets, etc).
7474

7575
In order to facilitate incremental processing of HTTP post bodies,
@@ -189,7 +189,7 @@ supports chunked transfer encoding:
189189

190190
Subsequent invocations of :c:func:`ymo_http_body_append` will re-arm the IO
191191
watcher for the request. The terminal chunk is automatically generated when
192-
:c:func:`ymo_http_response_complete` is invoked.
192+
:c:func:`ymo_http_response_finish` is invoked.
193193

194194
If the user has appended data, but not "finished" the request and the client
195195
does not support chunked transfer encoding (i.e. HTTP 1.0 clients):

0 commit comments

Comments
 (0)