MCPcopy Create free account
hub / github.com/apache/mesos / writingBody

Method writingBody

3rdparty/libprocess/src/decoder.hpp:592–595  ·  view source on GitHub ↗

Returns whether the decoder is currently writing a response body. Helpful for knowing if the latest response is complete.

Source from the content-addressed store, hash-verified

590 // Returns whether the decoder is currently writing a response
591 // body. Helpful for knowing if the latest response is complete.
592 bool writingBody() const
593 {
594 return writer.isSome();
595 }
596
597private:
598 static int on_message_begin(http_parser* p)

Callers 3

disconnectMethod · 0.80
_readMethod · 0.80
TESTFunction · 0.80

Calls 1

isSomeMethod · 0.45

Tested by 1

TESTFunction · 0.64