Files
beast/example
Vinnie Falco edeb44617b Remove BodyReader::is_deferred (API Change):
The is_deferred nested type is removed from the BodyReader
requirements.

Performance for sending messages with `file_body` was cut
almost in half with is_deferred as `std::true_type` since
it caused double the number of socket writes. If the
deferred behavior is absolutely necessary, callers can get
the same effect by manually sending the headers first.

Actions Required:

* Callers who need the behavior of is_deferred as `std::true_type`
  should manually construct a serializer and serialize the header
  first, followed by the body.
2017-07-20 08:15:29 -07:00
..
2017-07-20 08:15:28 -07:00
2017-07-20 08:15:28 -07:00
2017-07-20 08:15:28 -07:00
2017-07-20 08:15:28 -07:00
2017-07-20 08:15:28 -07:00
2017-07-20 08:15:29 -07:00
2017-07-20 08:15:29 -07:00