diff options
Diffstat (limited to 'net/spdy/spdy_framer.h')
-rw-r--r-- | net/spdy/spdy_framer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/spdy/spdy_framer.h b/net/spdy/spdy_framer.h index c265be9..b07dd02 100644 --- a/net/spdy/spdy_framer.h +++ b/net/spdy/spdy_framer.h @@ -223,6 +223,9 @@ class SpdyFramer { // Returned frame must be freed with "delete". SpdyFrame* DuplicateFrame(const SpdyFrame* frame); + // Returns true if a frame could be compressed. + bool IsCompressible(const SpdyFrame* frame) const; + // For debugging. static const char* StateToString(int state); static const char* ErrorCodeToString(int error_code); |