Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
readme: fix typo
Browse files Browse the repository at this point in the history
PR-URL: #207
Reviewed-By: Fedor Indutny <fedor@indutny.com>
  • Loading branch information
Akagi201 authored and indutny committed Dec 28, 2014
1 parent 3f7ef50 commit 167dcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -131,7 +131,7 @@ There are two types of callbacks:
* notification `typedef int (*http_cb) (http_parser*);`
Callbacks: on_message_begin, on_headers_complete, on_message_complete.
* data `typedef int (*http_data_cb) (http_parser*, const char *at, size_t length);`
Callbacks: (requests only) on_uri,
Callbacks: (requests only) on_url,
(common) on_header_field, on_header_value, on_body;

Callbacks must return 0 on success. Returning a non-zero value indicates
Expand Down

0 comments on commit 167dcdf

Please sign in to comment.