Options.setNoAutoWindowUpdate

This option prevents the library from sending WINDOW_UPDATE for a connection automatically. If this option is set to nonzero, the library won't send WINDOW_UPDATE for DATA until application calls consume() to indicate the consumed amount of data. Don't use submitWindowUpdate for this purpose. By default, this option is set to zero.

struct Options
private public @property
void
setNoAutoWindowUpdate
(
bool val
)

Meta