FastLED 3.9.15
Loading...
Searching...
No Matches

◆ hasCRLF()

bool fl::net::http::ChunkedReader::hasCRLF ( ) const
private

Definition at line 155 of file chunked_encoding.cpp.hpp.

155 {
156 return mBuffer.size() >= 2 && mBuffer[0] == '\r' && mBuffer[1] == '\n';
157}

References mBuffer.

Referenced by feed().

+ Here is the caller graph for this function: