Default constructor. Allocate the buffer with the default buffer size. @param coyoteRequest The associated Coyote request
(org.apache.coyote.Request coyoteRequest)
| 150 | * @param coyoteRequest The associated Coyote request |
| 151 | */ |
| 152 | public InputBuffer(org.apache.coyote.Request coyoteRequest) { |
| 153 | this(DEFAULT_BUFFER_SIZE, coyoteRequest); |
| 154 | } |
| 155 | |
| 156 | |
| 157 | /** |