You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requests are now read from a `Vec<u8>` buffer and will allow reading
request object beyond 512 bytes. The parser still uses a fixed header
buffer but I've increased its length to 32. Fixes issue steveklabnik#19
Requests are now read from a `Vec<u8>` buffer and will allow reading
request object beyond 512 bytes. The parser still uses a fixed header
buffer but I've increased its length to 32. Fixes issue #19
Right now, we only support a request of 512 bytes:
simple-server/src/lib.rs
Line 37 in 24b34a7
A real server should be able to handle larger requests.
The text was updated successfully, but these errors were encountered: