File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Buffering
69
69
70
70
The core of libyimmo is oriented around handling *streams * of data
71
71
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
73
73
long-polling, WebSockets, etc).
74
74
75
75
In order to facilitate incremental processing of HTTP post bodies,
@@ -189,7 +189,7 @@ supports chunked transfer encoding:
189
189
190
190
Subsequent invocations of :c:func: `ymo_http_body_append ` will re-arm the IO
191
191
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.
193
193
194
194
If the user has appended data, but not "finished" the request and the client
195
195
does not support chunked transfer encoding (i.e. HTTP 1.0 clients):
You can’t perform that action at this time.
0 commit comments