Справочник Пользователя для Python Manual

Скачать
Страница из 124
Slow HTTP Clients
103
Note that the Python wrapper around the C++ implementation of the HTTP servlet class performs buff-
ering of content and will only pass content onto the C++ implementation when a set amount has been
exceeded or the end of content has been indicated. If you suspend sending of further data, so that a
HTTP client will see content produced so far, you may wish to flush out any buffered data by calling
the "
flushContent()
" member function.