MCPcopy
hub / github.com/benoitc/gunicorn / send_early_hints_h2

Method send_early_hints_h2

gunicorn/workers/gthread.py:582–584  ·  view source on GitHub ↗

Send 103 Early Hints over HTTP/2.

(headers)

Source from the content-addressed store, hash-verified

580
581 # Replace wsgi.early_hints with HTTP/2-specific version
582 def send_early_hints_h2(headers):
583 """Send 103 Early Hints over HTTP/2."""
584 h2_conn.send_informational(stream_id, 103, headers)
585
586 environ["wsgi.early_hints"] = send_early_hints_h2
587

Callers

nothing calls this directly

Calls 1

send_informationalMethod · 0.45

Tested by

no test coverage detected