mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-15 16:48:52 -05:00
Add flush field to ServeHTTPResponse for best-effort HTTP flush support. Update ServeHTTPResponse and ServeHTTPResponseInit with comprehensive documentation of streaming invariants, message ordering, and status code validation rules. Changes: - Add flush boolean field (field 4) to ServeHTTPResponse - Document response streaming invariants (init-once, header locking) - Document status code validation (100-999 range, 0 defaults to 200) - Regenerate Go and Python protobuf code Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| _internal | ||
| grpc | ||
| servicers | ||
| __init__.py | ||
| async_client.py | ||
| client.py | ||
| exceptions.py | ||
| hooks.py | ||
| plugin.py | ||
| runtime_config.py | ||
| server.py | ||