0ae6f17285
Motivation: - AbstractHttp2ConnectionHandlerBuilder.encoderEnforceMaxConcurrentStreams can be the primitive boolean - SpdySession.StreamComparator should not be Serializable since SpdySession is not Serializable Modifications: Use boolean instead and remove Serializable Result: - Minor improvement for AbstractHttp2ConnectionHandlerBuilder - StreamComparator is not Serializable any more