Skip to content

Commit

Permalink
Issue seanmonstar#70 - Update README to be consistent with docs examp…
Browse files Browse the repository at this point in the history
  • Loading branch information
miketaylr authored Sep 23, 2021
1 parent 0f40729 commit 333d555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Works with `no_std`, simply disable the `std` Cargo feature.
## Usage

```rust
let mut headers = [httparse::EMPTY_HEADER; 16];
let mut headers = [httparse::EMPTY_HEADER; 64];
let mut req = httparse::Request::new(&mut headers);

let buf = b"GET /index.html HTTP/1.1\r\nHost";
Expand Down

0 comments on commit 333d555

Please sign in to comment.