nopasaran.http_2_utils.send_window_update_frame¶
- nopasaran.http_2_utils.send_window_update_frame(conn: H2Connection, sock: socket, frame_data: Dict)¶
Send a WINDOW_UPDATE frame
- Args:
conn: H2Connection instance sock: Socket to send data on frame_data: Frame configuration dictionary containing:
stream_id (optional): Stream ID (0 for connection-level updates)
increment (optional): Window size increment (default: 1024)