./.codecov.yml .cherry_picker.toml .editorconfig .git-blame-ignore-revs .gitattributes .github/CODEOWNERS .gitmodules .mypy.ini CHANGES.rst CHANGES/.TEMPLATE.rst CHANGES/2174.bugfix CHANGES/2302.feature CHANGES/2492.feature CHANGES/2835.removal CHANGES/2977.removal CHANGES/3310.bugfix CHANGES/3450.bugfix CHANGES/3462.feature CHANGES/3463.removal CHANGES/3482.bugfix CHANGES/3538.removal CHANGES/3539.removal CHANGES/3540.feature CHANGES/3542.removal CHANGES/3545.feature CHANGES/3547.removal CHANGES/3548.removal CHANGES/3551.misc CHANGES/3562.bugfix CHANGES/3569.feature CHANGES/3580.removal CHANGES/3612.bugfix CHANGES/3613.bugfix CHANGES/3690.misc CHANGES/3721.bugfix CHANGES/3767.feature CHANGES/3787.feature CHANGES/3796.feature CHANGES/3828.feature CHANGES/3853.feature CHANGES/3890.removal CHANGES/3892.feature CHANGES/3901.removal CHANGES/3927.misc CHANGES/3929.removal CHANGES/3931.removal CHANGES/3932.removal CHANGES/3933.removal CHANGES/3934.removal CHANGES/3935.removal CHANGES/3939.removal CHANGES/3940.removal CHANGES/3942.removal CHANGES/3945.removal CHANGES/3948.removal CHANGES/3957.misc CHANGES/3994.misc CHANGES/4012.bugfix CHANGES/4046.removal CHANGES/4054.feature CHANGES/4247.misc CHANGES/4277.feature CHANGES/4283.bugfix CHANGES/4299.bugfix CHANGES/4302.bugfix CHANGES/4368.bugfix CHANGES/4431.bugfix CHANGES/4558.bugfix CHANGES/4594.feature CHANGES/4648.bugfix CHANGES/4650.bugfix CHANGES/4656.bugfix CHANGES/4663.bugfix CHANGES/4686.feature CHANGES/4700.feature CHANGES/4706.feature CHANGES/4799.bugfix CHANGES/4942.feature CHANGES/4984.bugfix CHANGES/5075.feature CHANGES/5094.feature CHANGES/5105.feature CHANGES/5106.bugfix CHANGES/5192.bugfix CHANGES/5219.feature CHANGES/5258.bugfix CHANGES/5259.bugfix CHANGES/5267.feature CHANGES/5275.feature CHANGES/5278.removal CHANGES/5284.feature CHANGES/5284.removal CHANGES/5287.feature CHANGES/5293.feature CHANGES/5329.bugfix CHANGES/5389.misc CHANGES/5403.bugfix CHANGES/5457.misc CHANGES/5486.misc CHANGES/5494.bugfix CHANGES/5494.misc CHANGES/5516.misc CHANGES/5533.misc CHANGES/5572.feature CHANGES/5585.feature CHANGES/5606.bugfix CHANGES/5635.misc CHANGES/5648.misc CHANGES/5727.bugfix CHANGES/5783.feature CHANGES/5829.misc CHANGES/5877.bugfix CHANGES/5890.misc CONTRIBUTING.rst HISTORY.rst MANIFEST.in Makefile README.rst aiohttp/__init__.py aiohttp/_cparser.pxd aiohttp/_find_header.h aiohttp/_find_header.pxd aiohttp/_helpers.pyi aiohttp/_helpers.pyx aiohttp/_http_parser.pyx aiohttp/_http_writer.pyx aiohttp/_websocket.pyx aiohttp/abc.py aiohttp/base_protocol.py aiohttp/client.py aiohttp/client_exceptions.py aiohttp/client_proto.py aiohttp/client_reqrep.py aiohttp/client_ws.py aiohttp/connector.py aiohttp/cookiejar.py aiohttp/formdata.py aiohttp/hdrs.py aiohttp/helpers.py aiohttp/http.py aiohttp/http_exceptions.py aiohttp/http_parser.py aiohttp/http_websocket.py aiohttp/http_writer.py aiohttp/locks.py aiohttp/log.py aiohttp/multipart.py aiohttp/payload.py aiohttp/py.typed aiohttp/pytest_plugin.py aiohttp/resolver.py aiohttp/streams.py aiohttp/tcp_helpers.py aiohttp/test_utils.py aiohttp/tracing.py aiohttp/typedefs.py aiohttp/web.py aiohttp/web_app.py aiohttp/web_exceptions.py aiohttp/web_fileresponse.py aiohttp/web_log.py aiohttp/web_middlewares.py aiohttp/web_protocol.py aiohttp/web_request.py aiohttp/web_response.py aiohttp/web_routedef.py aiohttp/web_runner.py aiohttp/web_server.py aiohttp/web_urldispatcher.py aiohttp/web_ws.py aiohttp/worker.py docs/Makefile docs/_static/css/logo-adjustments.css docs/abc.rst docs/aiohttp-icon.svg docs/aiohttp-plain.svg docs/built_with.rst docs/changes.rst docs/client.rst docs/client_advanced.rst docs/client_quickstart.rst docs/client_reference.rst docs/conf.py docs/contributing.rst docs/deployment.rst docs/essays.rst docs/external.rst docs/faq.rst docs/favicon.ico docs/glossary.rst docs/http_request_lifecycle.rst docs/index.rst docs/logging.rst docs/make.bat docs/migration_to_2xx.rst docs/misc.rst docs/multipart.rst docs/multipart_reference.rst docs/new_router.rst docs/old-logo.svg docs/powered_by.rst docs/signals.rst docs/streams.rst docs/structures.rst docs/testing.rst docs/third_party.rst docs/tracing_reference.rst docs/utilities.rst docs/web.rst docs/web_advanced.rst docs/web_exceptions.rst docs/web_lowlevel.rst docs/web_quickstart.rst docs/web_reference.rst docs/websocket_utilities.rst docs/whats_new_1_1.rst docs/whats_new_3_0.rst examples/background_tasks.py examples/cli_app.py examples/client_auth.py examples/client_json.py examples/client_ws.py examples/curl.py examples/fake_server.py examples/legacy/crawl.py examples/legacy/srv.py examples/legacy/tcp_protocol_parser.py examples/lowlevel_srv.py examples/server.crt examples/server.csr examples/server.key examples/server_simple.py examples/static_files.py examples/web_classview.py examples/web_cookies.py examples/web_rewrite_headers_middleware.py examples/web_srv.py examples/web_srv_route_deco.py examples/web_srv_route_table.py examples/web_ws.py pyproject.toml requirements/cython.in requirements/dev.in requirements/doc-spelling.in requirements/lint.in setup.cfg setup.py tests/autobahn/Dockerfile.aiohttp tests/autobahn/client/client.py tests/autobahn/client/fuzzingserver.json tests/autobahn/run-tests.sh tests/autobahn/server/fuzzingclient.json tests/autobahn/server/server.py tests/conftest.py tests/data.unknown_mime_type tests/data.zero_bytes tests/hello.txt.gz tests/test_base_protocol.py tests/test_classbasedview.py tests/test_client_connection.py tests/test_client_exceptions.py tests/test_client_fingerprint.py tests/test_client_functional.py tests/test_client_proto.py tests/test_client_request.py tests/test_client_response.py tests/test_client_session.py tests/test_client_ws.py tests/test_client_ws_functional.py tests/test_connector.py tests/test_cookiejar.py tests/test_flowcontrol_streams.py tests/test_formdata.py tests/test_helpers.py tests/test_http_exceptions.py tests/test_http_parser.py tests/test_http_writer.py tests/test_locks.py tests/test_loop.py tests/test_multipart.py tests/test_multipart_helpers.py tests/test_payload.py tests/test_proxy.py tests/test_proxy_functional.py tests/test_pytest_plugin.py tests/test_resolver.py tests/test_route_def.py tests/test_run_app.py tests/test_streams.py tests/test_tcp_helpers.py tests/test_test_utils.py tests/test_tracing.py tests/test_urldispatch.py tests/test_web_app.py tests/test_web_cli.py tests/test_web_exceptions.py tests/test_web_functional.py tests/test_web_log.py tests/test_web_middleware.py tests/test_web_request.py tests/test_web_request_handler.py tests/test_web_response.py tests/test_web_runner.py tests/test_web_sendfile.py tests/test_web_sendfile_functional.py tests/test_web_server.py tests/test_web_urldispatcher.py tests/test_web_websocket.py tests/test_web_websocket_functional.py tests/test_websocket_handshake.py tests/test_websocket_parser.py tests/test_websocket_writer.py tests/test_worker.py tools/bench-asyncio-write.py tools/check_changes.py tools/check_sum.py tools/cleanup_changes.py tools/drop_merged_branches.sh tools/gen.py vendor/http-parser <<<<<< network # path=./coverage.xml /home/runner/work/aiohttp/aiohttp/aiohttp /home/runner/work/aiohttp/aiohttp/tests <<<<<< EOF # path=fixes ./aiohttp/_find_header.c:3,5,17,20,26,27,33,38,43,48,53,58,63,68,73,78,83,88,93,98,103,108,113,118,123,128,133,138,143,148,153,158,163,168,173,178,183,188,193,198,203,208,213,218,222,223,230,235,240,245,250,255,260,265,269,270,277,282,286,287,294,299,303,304,311,316,321,326,330,331,338,343,347,348,355,359,360,367,372,377,382,387,392,397,402,406,407,414,419,423,424,431,436,440,441,448,453,457,458,465,470,474,475,482,487,491,492,499,504,508,509,516,521,525,526,533,538,542,543,550,555,559,560,567,572,576,577,584,589,593,594,601,606,610,611,618,623,627,628,635,640,644,645,652,657,661,662,669,674,678,679,686,691,695,696,703,708,712,713,720,725,729,730,737,742,746,747,754,759,763,764,771,776,780,781,788,793,797,798,805,810,814,815,822,827,831,832,839,844,848,849,856,860,861,868,873,877,878,885,890,894,895,902,907,911,912,919,924,928,929,936,941,945,946,953,958,962,963,970,975,979,980,987,991,992,999,1004,1009,1014,1019,1024,1029,1034,1038,1039,1046,1051,1055,1056,1063,1068,1072,1073,1080,1085,1089,1090,1097,1102,1106,1107,1114,1118,1119,1126,1131,1136,1141,1146,1151,1156,1161,1165,1166,1173,1178,1182,1183,1190,1195,1199,1200,1207,1212,1216,1217,1224,1229,1233,1234,1241,1246,1250,1251,1258,1263,1267,1268,1275,1280,1284,1285,1292,1297,1301,1302,1309,1314,1318,1319,1326,1331,1335,1336,1343,1348,1352,1353,1360,1365,1369,1370,1377,1382,1386,1387,1394,1399,1403,1404,1411,1416,1420,1421,1428,1433,1437,1438,1445,1450,1454,1455,1462,1467,1471,1472,1479,1484,1488,1489,1496,1501,1505,1506,1513,1518,1522,1523,1530,1535,1539,1540,1547,1552,1556,1557,1564,1569,1573,1574,1581,1586,1590,1591,1598,1603,1607,1608,1615,1620,1624,1625,1632,1637,1641,1642,1649,1654,1658,1659,1666,1671,1675,1676,1683,1688,1692,1693,1700,1705,1709,1710,1717,1721,1722,1729,1734,1738,1739,1746,1751,1755,1756,1763,1768,1772,1773,1780,1785,1789,1790,1797,1802,1806,1807,1814,1819,1823,1824,1831,1836,1840,1841,1848,1853,1857,1858,1865,1870,1874,1875,1882,1886,1887,1894,1899,1903,1904,1911,1916,1920,1921,1928,1933,1937,1938,1945,1950,1954,1955,1962,1967,1971,1972,1979,1984,1988,1989,1996,2001,2005,2006,2013,2018,2022,2023,2030,2035,2039,2040,2047,2051,2052,2059,2064,2069,2074,2078,2079,2086,2091,2095,2096,2103,2108,2112,2113,2120,2125,2129,2130,2137,2142,2146,2147,2154,2159,2163,2164,2171,2176,2180,2181,2188,2193,2197,2198,2205,2210,2214,2215,2222,2227,2231,2232,2239,2244,2248,2249,2256,2261,2265,2266,2273,2278,2282,2283,2290,2295,2299,2300,2307,2312,2316,2317,2324,2329,2333,2334,2341,2346,2350,2351,2358,2363,2367,2368,2375,2380,2384,2385,2392,2397,2401,2402,2409,2414,2418,2419,2426,2431,2435,2436,2443,2448,2452,2453,2460,2465,2469,2470,2477,2482,2486,2487,2494,2499,2503,2504,2511,2516,2520,2521,2528,2533,2538,2543,2547,2548,2555,2560,2564,2565,2572,2577,2581,2582,2589,2594,2598,2599,2606,2610,2611,2618,2623,2627,2628,2635,2640,2644,2645,2652,2657,2661,2662,2669,2674,2678,2679,2686,2691,2695,2696,2703,2708,2712,2713,2720,2725,2729,2730,2737,2742,2747,2752,2756,2757,2764,2769,2774,2779,2783,2784,2791,2796,2800,2801,2808,2813,2817,2818,2825,2830,2834,2835,2842,2847,2851,2852,2859,2864,2868,2869,2876,2881,2885,2886,2893,2898,2902,2903,2910,2915,2919,2920,2927,2932,2936,2937,2944,2948,2949,2956,2961,2966,2971,2976,2981,2986,2991,2996,3001,3006,3011,3015,3016,3023,3028,3032,3033,3040,3045,3049,3050,3057,3062,3066,3067,3074,3079,3083,3084,3091,3096,3100,3101,3108,3113,3117,3118,3125,3130,3134,3135,3142,3147,3151,3152,3159,3164,3168,3169,3176,3181,3185,3186,3193,3198,3202,3203,3210,3215,3219,3220,3227,3232,3236,3237,3244,3249,3253,3254,3261,3266,3270,3271,3278,3283,3287,3288,3295,3300,3304,3305,3312,3317,3322,3327,3332,3337,3341,3342,3349,3354,3358,3359,3366,3371,3375,3376,3383,3388,3392,3393,3400,3405,3409,3410,3417,3422,3426,3427,3434,3439,3443,3444,3451,3456,3460,3461,3468,3473,3477,3478,3485,3490,3494,3495,3502,3507,3511,3512,3519,3524,3528,3529,3536,3541,3545,3546,3553,3558,3562,3563,3570,3575,3579,3580,3587,3592,3596,3597,3604,3609,3613,3614,3621,3626,3630,3631,3638,3642,3643,3650,3655,3659,3660,3667,3672,3676,3677,3684,3689,3693,3694,3701,3706,3710,3711,3718,3723,3728,3733,3737,3738,3745,3750,3754,3755,3762,3767,3771,3772,3779,3784,3788,3789,3796,3801,3805,3806,3813,3818,3822,3823,3830,3835,3839,3840,3847,3851,3852,3859,3864,3868,3869,3876,3881,3885,3886,3893,3898,3902,3903,3910,3915,3919,3920,3927,3932,3936,3937,3944,3949,3953,3954,3961,3966,3970,3971,3978,3983,3987,3988,3995,4000,4004,4005,4012,4017,4021,4022,4029,4034,4038,4039,4046,4051,4055,4056,4063,4068,4072,4073,4080,4085,4090,4095,4100,4105,4109,4110,4117,4122,4126,4127,4134,4139,4143,4144,4151,4156,4160,4161,4168,4173,4177,4178,4185,4190,4194,4195,4202,4207,4211,4212,4219,4224,4228,4229,4236,4241,4245,4246,4253,4258,4262,4263,4270,4275,4279,4280,4287,4292,4296,4297,4304,4309,4313,4314,4321,4326,4330,4331,4338,4343,4347,4348,4355,4360,4364,4365,4372,4377,4382,4387,4391,4392,4399,4404,4408,4409,4416,4421,4425,4426,4433,4438,4442,4443,4450,4455,4460,4465,4469,4470,4477,4482,4486,4487,4494,4499,4503,4504,4511,4516,4520,4521,4528,4533,4537,4538,4545,4550,4554,4555,4562,4567,4572,4577,4581,4582,4589,4594,4598,4599,4606,4611,4615,4616,4623,4628,4632,4633,4640,4645,4649,4650,4657,4662,4666,4667,4674,4679,4683,4684,4691,4696,4700,4701,4708,4713,4717,4718,4725,4730,4734,4735,4742,4747,4751,4752,4759,4764,4768,4769,4776,4781,4785,4786,4793,4798,4802,4803,4810,4814,4815,4822,4827,4832,4837,4842,4847,4852,4857,4861,4862,4869,4874,4879,4884,4888,4889,4896,4901,4905,4906,4913,4918,4922,4923,4930,4935,4939,4940,4947,4952,4956,4957,4964,4969,4973,4974,4981,4986,4990,4991,4998,5003,5007,5008,5015,5020,5024,5025,5032,5037,5041,5042,5049,5053,5054,5061,5066,5070,5071,5078,5083,5087,5088,5095,5100,5104,5105,5112,5117,5121,5122,5129,5134,5138,5139,5146,5151,5155,5156,5163,5168,5172,5173,5180,5185,5189,5190,5197,5201,5202,5209,5214,5218,5219,5226,5231,5235,5236,5243,5248,5252,5253,5260,5265,5269,5270,5277,5282,5286,5287,5294,5299,5303,5304,5311,5316,5320,5321,5328,5333,5337,5338,5345,5350,5354,5355,5362,5367,5371,5372,5379,5384,5388,5389,5396,5401,5405,5406,5413,5418,5422,5423,5430,5435,5439,5440,5447,5452,5456,5457,5464,5469,5473,5474,5481,5486,5490,5491,5498,5503,5507,5508,5515,5519,5520,5527,5532,5536,5537,5544,5549,5553,5554,5561,5566,5570,5571,5578,5583,5587,5588,5595,5600,5604,5605,5612,5617,5621,5622,5629,5634,5638,5639,5646,5651,5655,5656,5663,5667,5668,5675,5680,5684,5685,5692,5697,5701,5702,5709,5714,5718,5719,5726,5731,5735,5736,5743,5748,5752,5753,5760,5765,5770,5775,5780,5785,5789,5790,5797,5802,5806,5807,5814,5819,5823,5824,5831,5835,5836,5843,5848,5853,5858,5862,5863,5870,5875,5879,5880,5887,5892,5896,5897,5904,5909,5913,5914,5921,5926,5930,5931,5938,5942,5943,5950,5955,5959,5960,5967,5972,5976,5977,5984,5989,5993,5994,6001,6006,6010,6011,6018,6023,6027,6028,6035,6040,6044,6045,6052,6057,6061,6062,6069,6074,6078,6079,6086,6091,6095,6096,6103,6108,6112,6113,6120,6125,6129,6130,6137,6142,6146,6147,6154,6159,6163,6164,6171,6176,6180,6181,6188,6193,6197,6198,6205,6210,6214,6215,6222,6227,6231,6232,6239,6244,6248,6249,6256,6261,6265,6266,6273,6277,6278,6285,6290,6294,6295,6302,6307,6311,6312,6319,6324,6328,6329,6336,6341,6345,6346,6353,6358,6362,6363,6370,6375,6379,6380,6387,6392,6396,6397,6404,6409,6413,6414,6421,6426,6430,6431,6438,6443,6447,6448,6455,6460,6464,6465,6472,6477,6481,6482,6489,6494,6498,6499,6506,6511,6515,6516,6523,6528,6533,6538,6542,6543,6550,6555,6559,6560,6567,6572,6576,6577,6584,6589,6593,6594,6601,6606,6610,6611,6618,6623,6627,6628,6635,6639,6640,6647,6652,6656,6657,6664,6669,6673,6674,6681,6686,6690,6691,6698,6703,6707,6708,6715,6720,6725,6730,6734,6735,6742,6747,6751,6752,6759,6764,6768,6769,6776,6781,6785,6786,6793,6798,6802,6803,6810,6815,6819,6820,6827,6832,6836,6837,6844,6849,6853,6854,6861,6866,6870,6871,6878,6883,6887,6888,6895,6900,6904,6905,6912,6917,6921,6922,6929,6934,6938,6939,6946,6951,6955,6956,6963,6968,6972,6973,6980,6985,6989,6990,6997,7002,7007,7012,7016,7017,7024,7029,7033,7034,7041,7046,7050,7051,7058,7063,7067,7068,7075,7080,7085,7090,7094,7095,7102,7107,7111,7112,7119,7124,7128,7129,7136,7141,7145,7146,7153,7158,7162,7163,7170,7175,7179,7180,7187,7192,7196,7197,7204,7208,7209,7216,7221,7225,7226,7233,7238,7242,7243,7250,7255,7259,7260,7267,7272,7276,7277,7284,7289,7293,7294,7301,7306,7310,7311,7318,7323,7328,7333,7338,7343,7347,7348,7355,7359,7360,7367,7372,7376,7377,7384,7389,7393,7394,7401,7406,7410,7411,7418,7423,7427,7428,7435,7440,7444,7445,7452,7457,7461,7462,7469,7474,7478,7479,7486,7491,7495,7496,7503,7508,7512,7513,7520,7524,7525,7532,7537,7542,7547,7552,7557,7562,7567,7572,7577,7581,7582,7589,7594,7598,7599,7606,7611,7615,7616,7623,7628,7632,7633,7640,7645,7649,7650,7657,7662,7666,7667,7674,7679,7683,7684,7691,7696,7700,7701,7708,7713,7717,7718,7725,7730,7734,7735,7742,7747,7751,7752,7759,7764,7768,7769,7776,7781,7785,7786,7793,7798,7802,7803,7810,7815,7819,7820,7827,7832,7836,7837,7844,7849,7853,7854,7861,7865,7866,7873,7878,7882,7883,7890,7895,7899,7900,7907,7912,7916,7917,7924,7929,7933,7934,7941,7946,7950,7951,7958,7963,7967,7968,7975,7980,7984,7985,7992,7997,8001,8002,8009,8014,8018,8019,8026,8031,8035,8036,8043,8048,8052,8053,8060,8065,8069,8070,8077,8082,8086,8087,8094,8099,8103,8104,8111,8116,8120,8121,8128,8133,8137,8138,8145,8149,8150,8157,8162,8166,8167,8174,8179,8183,8184,8191,8196,8200,8201,8208,8213,8217,8218,8225,8230,8234,8235,8242,8247,8251,8252,8259,8264,8269,8274,8278,8279,8286,8291,8295,8296,8303,8308,8313,8318,8322,8323,8330,8335,8339,8340,8347,8352,8356,8357,8364,8369,8373,8374,8381,8386,8390,8391,8398,8403,8407,8408,8415,8420,8424,8425,8432,8437,8441,8442,8449,8453,8454,8461,8466,8470,8471,8478,8483,8487,8488,8495,8500,8504,8505,8512,8517,8521,8522,8529,8534,8538,8539,8546,8551,8555,8556,8563,8568,8572,8573,8580,8585,8589,8590,8597,8602,8607,8612,8617,8622,8626,8627,8634,8639,8643,8644,8651,8656,8660,8661,8668,8673,8677,8678,8685,8690,8694,8695,8702,8707,8711,8712,8719,8724,8728,8729,8736,8741,8745,8746,8753,8758,8762,8763,8770,8774,8775,8782,8787,8791,8792,8799,8804,8808,8809,8816,8821,8825,8826,8833,8838,8842,8843,8850,8855,8859,8860,8867,8872,8877,8882,8886,8887,8894,8899,8903,8904,8911,8916,8920,8921,8928,8933,8937,8938,8945,8950,8955,8960,8964,8965,8972,8977,8981,8982,8989,8993,8994,9001,9006,9010,9011,9018,9023,9027,9028,9035,9040,9044,9045,9052,9057,9061,9062,9069,9074,9078,9079,9086,9091,9095,9096,9103,9108,9112,9113,9120,9125,9129,9130,9137,9142,9146,9147,9154,9159,9163,9164,9171,9176,9180,9181,9188,9193,9197,9198,9205,9210,9215,9220,9224,9225,9232,9237,9241,9242,9249,9253,9254,9261,9266,9270,9271,9278,9283,9287,9288,9295,9300,9304,9305,9312,9317,9321,9322,9329,9334,9338,9339,9346,9351,9355,9356,9363,9368,9372,9373,9380,9385,9389,9390,9397,9402,9406,9407,9414,9419,9423,9424,9431,9435,9436,9443,9448,9452,9453,9460,9465,9469,9470,9477,9482,9486,9487,9494,9499,9503,9504,9511,9516,9520,9521,9528,9533,9537,9538,9545,9550,9554,9555,9562,9567,9571,9572,9579,9584,9588,9589,9596,9600,9601,9608,9613,9618,9623,9628,9633,9637,9638,9645,9650,9654,9655,9662,9667,9671,9672,9679,9684,9688,9689,9696,9701,9705,9706,9713,9718,9722,9723,9730,9735,9739,9740,9747,9752,9756,9757,9764,9769,9773,9774,9781,9786,9790,9791,9870 ./aiohttp/_helpers.c:2,288,302,389,394,397,400,404,407,410,574,586,593,598,606,613,617,620,641,692,740,751,754,762,789,792,793,803,815,816,821,824,835,836,862,900,907,910,913,918,922,944,951,956,967,978,986,994,1001,1024,1031,1034,1039,1042,1067,1070,1073,1076,1093,1102,1111,1116,1123,1126,1129,1132,1139,1146,1149,1152,1159,1174,1178,1183,1186,1189,1192,1205,1208,1211,1212,1219,1300,1308,1319,1330,1336,1339,1344,1346,1356,1360,1361,1370,1383,1398,1406,1417,1418,1426,1434,1438,1439,1448,1462,1470,1480,1481,1489,1497,1501,1502,1526,1534,1542,1550,1558,1575,1583,1587,1602,1619,1620,1628,1640,1655,1658,1683,1684,1692,1700,1715,1726,1741,1749,1750,1764,1767,1792,1793,1801,1817,1818,1825,1833,1837,1838,1847,1858,1865,1873,1874,1880,1888,1892,1893,1910,1928,1940,1951,1969,1978,1987,1988,2003,2009,2011,2021,2057,2065,2066,2100,2101,2107,2121,2122,2129,2137,2141,2142,2151,2161,2168,2180,2181,2187,2201,2216,2227,2233,2234,2237,2244,2248,2258,2262,2263,2279,2289,2311,2333,2334,2344,2352,2353,2371,2372,2380,2391,2403,2411,2412,2424,2430,2445,2446,2454,2470,2481,2492,2500,2510,2517,2523,2537,2548,2549,2557,2564,2565,2573,2588,2589,2597,2603,2604,2610,2616,2617,2623,2626,2628,2629,2640,2641,2648,2649,2653,2657,2658,2659,2662,2663,2669,2674,2743,2747,2758,2788,2830,2831,2835,2844,2859,2860,2867,2868,2876,2883,2884,2891,2892,2899,2900,2914,2923,2924,2931,2932,2939,2940,2947,2948,2949,2965,2966,2974,2976,2992,2997,2999,3006,3012,3014,3036,3037,3038,3042,3053,3064,3125,3127,3131,3132,3150,3160,3170,3172,3179,3183,3193,3194,3210,3212,3224,3226,3237,3239,3240,3245,3253,3254,3263,3274,3283,3285,3294,3296,3297,3311,3313,3326,3327,3334,3335,3355,3356,3364,3373,3376,3381,3382,3390,3398,3403,3408,3416,3421,3426,3437,3438,3445,3457,3458,3460,3461,3465,3468,3469,3479,3483,3487,3489,3494,3496,3498,3503,3507,3509,3511,3513,3530,3552,3554,3563,3567,3569,3577,3579,3586,3610,3620,3628,3652,3653,3673,3674,3676,3695,3700,3706,3725,3735,3743,3744,3751,3758,3760,3764,3772,3776,3792,3795,3811,3813,3815,3823,3829,3843,3844,3860,3862,3864,3876,3881,3890,3891,3893,3902,3904,3918,3926,3928,3947,3948,3954,3962,3970,3971,3980,3990,3998,4013,4014,4015,4038,4039,4044,4061,4063,4079,4081,4085,4087,4099,4100,4110,4114,4115,4121,4131,4133,4139,4141,4148,4158,4164,4171,4175,4176,4197,4204,4214,4215,4217,4231,4232,4240,4241,4252,4254,4255,4263,4271,4272,4273,4286,4292,4297,4302,4308,4309,4311,4313,4319,4321,4323,4330,4337,4342,4344,4345,4355,4359,4362,4397,4407,4408,4410,4411,4428,4429,4440,4450,4458,4459,4463,4466,4469,4471,4477,4486,4487,4492,4493,4499,4503,4507,4513,4523,4525,4532,4539,4542,4545,4550,4551,4574,4581,4607,4615,4622,4635,4636,4657,4658,4678,4680,4696,4697,4705,4706,4714,4715,4717,4722,4724,4730,4738,4752,4753,4761,4762,4770,4771,4779,4780,4788,4789,4797,4798,4800,4808,4809,4810,4822,4833,4836,4844,4853,4854,4875,4883,4884,4885,4890,4891,4892,4912,4914,4930,4931,4939,4940,4948,4949,4951,4956,4958,4964,4972,4986,4987,4995,4996,5004,5005,5013,5014,5022,5023,5031,5032,5034,5042,5043,5044,5056,5067,5070,5078,5087,5088,5096,5098,5109,5111,5113,5125,5131,5132,5135,5141,5143,5152,5162,5163,5165,5174,5175,5177,5184,5186,5188,5201,5203,5204,5215,5224,5227,5234,5236,5237,5240,5244,5253,5260,5261,5262,5266,5277,5281,5300,5307,5308,5309,5314,5321,5332,5334,5341,5360,5364,5369,5374,5383,5384,5388,5390,5400,5415,5420,5425,5430,5435,5440,5442,5443,5446,5452,5455,5458,5459,5460 ./aiohttp/_http_writer.c:2,288,302,389,394,397,400,404,407,410,574,586,593,598,606,616,620,623,644,695,743,754,757,765,792,795,796,806,818,819,824,827,840,866,904,911,914,925,950,955,959,966,989,996,999,1004,1007,1010,1014,1017,1022,1028,1033,1036,1039,1046,1049,1052,1055,1058,1061,1064,1067,1079,1085,1093,1101,1112,1123,1126,1129,1146,1155,1164,1169,1176,1183,1198,1202,1207,1210,1213,1216,1229,1232,1235,1236,1238,1240,1242,1245,1247,1249,1251,1253,1255,1257,1270,1317,1325,1329,1338,1347,1356,1364,1367,1368,1376,1381,1391,1400,1408,1409,1417,1420,1421,1429,1441,1451,1460,1470,1479,1489,1498,1508,1516,1517,1526,1535,1536,1546,1556,1565,1575,1583,1584,1586,1595,1604,1612,1613,1622,1631,1641,1649,1657,1658,1666,1674,1683,1693,1703,1711,1712,1722,1732,1742,1750,1751,1761,1769,1770,1781,1784,1794,1802,1803,1813,1823,1833,1841,1842,1852,1862,1870,1871,1881,1889,1890,1900,1910,1918,1919,1930,1940,1948,1949,1958,1967,1977,1985,1986,1995,2004,2014,2022,2023,2033,2034,2042,2047,2048,2056,2073,2084,2091,2101,2112,2120,2121,2123,2131,2142,2143,2151,2165,2175,2186,2198,2206,2207,2218,2233,2241,2242,2253,2271,2272,2284,2292,2293,2308,2309,2317,2330,2331,2339,2352,2365,2376,2377,2380,2386,2389,2400,2408,2409,2435,2444,2453,2463,2472,2480,2481,2491,2500,2508,2509,2519,2528,2536,2537,2549,2565,2578,2587,2595,2596,2606,2615,2623,2624,2634,2643,2651,2652,2665,2674,2682,2683,2693,2702,2710,2711,2721,2730,2738,2739,2741,2751,2760,2768,2769,2779,2788,2796,2797,2811,2812,2836,2838,2844,2852,2860,2861,2862,2870,2884,2885,2889,2900,2930,2959,2960,2964,2981,2982,2988,2989,2997,3005,3006,3013,3014,3021,3022,3029,3030,3056,3057,3064,3065,3072,3073,3074,3090,3091,3099,3101,3117,3122,3124,3131,3137,3139,3161,3162,3163,3167,3179,3190,3251,3253,3257,3258,3276,3297,3311,3323,3333,3335,3343,3347,3357,3358,3374,3376,3388,3390,3401,3403,3404,3418,3426,3428,3452,3464,3469,3470,3485,3486,3506,3507,3509,3528,3533,3539,3558,3568,3576,3577,3584,3591,3593,3597,3605,3609,3625,3628,3644,3646,3648,3656,3662,3676,3677,3693,3695,3697,3709,3714,3723,3724,3726,3735,3737,3756,3757,3763,3771,3779,3780,3789,3799,3807,3822,3823,3824,3847,3848,3853,3870,3872,3888,3890,3894,3896,3904,3913,3916,3921,3922,3927,3935,3936,3945,3956,3965,3967,3976,3978,3979,3993,3995,4008,4009,4016,4017,4037,4038,4041,4045,4050,4053,4058,4059,4064,4068,4070,4072,4074,4108,4109,4110,4130,4131,4140,4141,4144,4145,4152,4159,4162,4163,4165,4167,4181,4184,4201,4209,4210,4211,4221,4223,4227,4232,4236,4258,4262,4263,4272,4278,4279,4285,4286,4291,4292,4301,4303,4304,4308,4309,4318,4319,4320,4334,4345,4371,4372,4396,4398,4399,4401,4415,4417,4428,4431,4436,4446,4450,4451,4467,4471,4472,4482,4484,4485,4492,4516,4526,4534,4558,4559,4583,4592,4594,4611,4633,4635,4641,4656,4675,4682,4689,4694,4696,4717,4724,4734,4735,4737,4751,4752,4760,4761,4772,4774,4775,4781,4791,4793,4799,4801,4808,4818,4824,4831,4835,4836,4847,4857,4865,4866,4870,4873,4876,4878,4884,4893,4894,4899,4900,4906,4910,4914,4920,4930,4932,4939,4946,4949,4952,4957,4958,4981,4988,5014,5022,5029,5042,5043,5064,5072,5073,5074,5079,5080,5081,5102,5103,5123,5125,5141,5142,5150,5151,5159,5160,5162,5167,5169,5175,5183,5197,5198,5206,5207,5215,5216,5224,5225,5233,5234,5242,5243,5245,5253,5254,5255,5267,5278,5281,5289,5298,5299,5319,5321,5337,5338,5346,5347,5355,5356,5358,5363,5365,5371,5379,5393,5394,5402,5403,5411,5412,5420,5421,5429,5430,5438,5439,5441,5449,5450,5451,5463,5474,5477,5485,5494,5495,5503,5505,5516,5518,5520,5532,5538,5539,5542,5548,5550,5559,5569,5570,5572,5581,5582,5584,5591,5593,5595,5608,5610,5611,5622,5631,5634,5641,5643,5644,5647,5651,5660,5667,5668,5669,5673,5684,5688,5707,5714,5715,5716,5721,5728,5739,5741,5748,5767,5771,5776,5781,5790,5791,5795,5797,5807,5822,5827,5832,5837,5842,5847,5849,5850,5853,5859,5862,5865,5866,5867 ./aiohttp/_find_header.h:3,7,9,10,12 ./aiohttp/_http_parser.c:2,288,302,389,394,397,400,404,407,410,574,586,593,598,606,620,624,627,648,699,747,758,761,769,796,799,800,810,822,823,832,844,863,884,885,905,906,948,949,960,961,972,973,985,986,1000,1001,1013,1014,1028,1029,1030,1038,1053,1054,1062,1067,1068,1076,1081,1107,1145,1152,1155,1177,1182,1186,1190,1191,1197,1206,1207,1211,1214,1219,1222,1225,1228,1231,1234,1245,1247,1251,1262,1264,1268,1271,1274,1279,1280,1291,1299,1310,1335,1338,1341,1358,1367,1376,1381,1388,1411,1418,1423,1430,1437,1440,1443,1448,1449,1452,1455,1458,1461,1467,1476,1477,1485,1493,1498,1509,1515,1524,1532,1535,1538,1541,1548,1555,1558,1561,1564,1575,1582,1597,1601,1606,1609,1612,1615,1618,1621,1624,1627,1630,1633,1646,1649,1652,1655,1700,1704,1715,1718,1721,1730,1733,1736,1749,1751,1753,1756,1758,1760,1762,1764,1766,1768,1770,1772,1774,1776,1778,1780,1782,1784,1786,1789,1791,1793,1795,1798,1800,1802,1804,1806,1808,1810,1812,1814,1816,1818,1820,1822,1824,1826,1828,1830,1832,1834,1836,1838,1840,1842,1844,1891,2423,2431,2443,2453,2462,2471,2480,2488,2499,2500,2508,2518,2528,2540,2547,2555,2556,2569,2570,2578,2588,2589,2597,2611,2620,2629,2639,2651,2657,2665,2666,2678,2684,2692,2702,2703,2711,2731,2760,2771,2777,2783,2789,2795,2801,2807,2813,2819,2820,2823,2837,2848,2858,2862,2863,2872,2888,2904,2917,2930,2943,2956,2969,2982,2995,3008,3016,3027,3028,3036,3044,3048,3050,3058,3074,3078,3083,3084,3093,3094,3096,3116,3125,3142,3150,3180,3199,3202,3222,3223,3231,3251,3252,3265,3283,3301,3319,3337,3355,3373,3391,3409,3427,3445,3463,3480,3488,3501,3502,3510,3524,3529,3530,3550,3560,3570,3580,3590,3600,3609,3619,3628,3637,3647,3667,3678,3694,3702,3703,3714,3730,3738,3739,3750,3765,3773,3774,3785,3800,3808,3809,3820,3835,3843,3844,3855,3870,3878,3879,3890,3905,3913,3914,3925,3940,3948,3949,3960,3975,3983,3984,3995,4010,4018,4019,4031,4039,4057,4058,4066,4074,4078,4079,4088,4094,4095,4103,4111,4115,4116,4125,4131,4132,4140,4148,4152,4153,4162,4168,4169,4177,4185,4189,4190,4199,4205,4206,4214,4222,4226,4227,4236,4242,4243,4251,4259,4263,4264,4273,4279,4280,4288,4296,4300,4301,4310,4316,4317,4325,4333,4337,4338,4347,4353,4354,4362,4370,4374,4375,4384,4390,4391,4399,4407,4411,4412,4421,4427,4428,4434,4442,4446,4447,4464,4506,4518,4529,4547,4556,4565,4566,4581,4588,4595,4602,4609,4616,4623,4630,4637,4643,4645,4655,4691,4699,4700,4734,4735,4741,4755,4756,4763,4771,4775,4776,4785,4795,4802,4814,4815,4823,4833,4845,4858,4871,4884,4897,4910,4925,4938,4953,4968,4981,4993,5001,5012,5013,5021,5040,5067,5078,5084,5090,5096,5102,5108,5114,5120,5121,5124,5137,5147,5157,5161,5162,5172,5185,5195,5211,5224,5237,5250,5263,5276,5289,5297,5308,5309,5317,5325,5329,5331,5339,5355,5359,5364,5365,5374,5375,5377,5397,5406,5423,5431,5461,5480,5483,5503,5504,5512,5532,5533,5546,5564,5584,5602,5620,5638,5656,5674,5692,5710,5728,5745,5753,5766,5767,5775,5783,5787,5788,5797,5803,5804,5812,5820,5824,5825,5840,5850,5851,5859,5867,5871,5872,5881,5887,5888,5896,5904,5908,5909,5918,5924,5925,5933,5941,5945,5946,5955,5961,5962,5970,5978,5982,5983,5992,5998,5999,6007,6015,6019,6020,6029,6035,6036,6044,6052,6056,6057,6066,6072,6073,6081,6089,6093,6094,6103,6109,6110,6116,6124,6128,6129,6146,6187,6199,6210,6228,6237,6246,6247,6262,6269,6276,6283,6290,6297,6304,6310,6312,6322,6358,6366,6367,6401,6402,6408,6422,6423,6430,6438,6442,6443,6452,6462,6469,6481,6482,6490,6500,6512,6525,6534,6547,6560,6573,6588,6601,6616,6631,6643,6651,6662,6663,6671,6682,6686,6687,6696,6705,6715,6724,6732,6733,6742,6752,6761,6769,6770,6778,6788,6789,6797,6804,6807,6808,6812,6821,6830,6838,6841,6842,6850,6852,6864,6873,6883,6916,6917,6918,6919,6920,6921,6922,6923,6924,6925,6934,6943,6952,6961,6974,6987,7000,7015,7028,7037,7050,7065,7080,7095,7104,7113,7122,7131,7140,7149,7158,7167,7180,7189,7198,7207,7216,7225,7234,7243,7252,7261,7270,7283,7292,7300,7312,7313,7321,7341,7351,7363,7375,7387,7399,7419,7420,7437,7442,7452,7455,7466,7482,7490,7491,7503,7515,7524,7535,7546,7554,7555,7563,7582,7583,7591,7605,7615,7626,7634,7635,7648,7660,7672,7681,7689,7701,7702,7710,7723,7736,7748,7760,7769,7778,7786,7798,7799,7807,7835,7846,7858,7867,7877,7886,7897,7902,7919,7920,7928,7941,7946,7955,7963,7964,7975,7993,7994,8003,8011,8012,8022,8034,8045,8058,8076,8077,8085,8100,8106,8113,8123,8131,8132,8140,8141,8151,8161,8171,8181,8196,8205,8206,8215,8227,8241,8243,8254,8260,8266,8267,8280,8281,8294,8295,8308,8309,8320,8329,8342,8354,8366,8380,8389,8390,8401,8403,8416,8430,8435,8454,8455,8472,8477,8487,8494,8502,8503,8513,8523,8531,8532,8543,8554,8562,8584,8585,8593,8604,8622,8623,8630,8643,8651,8665,8666,8674,8685,8703,8704,8711,8719,8733,8734,8742,8753,8771,8772,8779,8787,8801,8802,8810,8815,8821,8822,8830,8848,8858,8868,8878,8890,8900,8912,8922,8923,8931,8932,8956,8957,8978,8983,8993,8998,9006,9021,9022,9030,9038,9042,9043,9058,9069,9079,9097,9098,9107,9115,9116,9126,9144,9145,9154,9162,9163,9173,9185,9205,9206,9216,9224,9225,9244,9245,9252,9253,9262,9263,9273,9284,9294,9306,9315,9323,9324,9332,9334,9342,9358,9359,9367,9375,9379,9380,9397,9406,9415,9424,9433,9443,9453,9464,9476,9489,9498,9499,9508,9520,9522,9535,9545,9553,9554,9562,9563,9573,9585,9600,9609,9610,9621,9623,9633,9658,9666,9667,9691,9692,9700,9713,9714,9722,9730,9734,9735,9744,9754,9762,9773,9774,9780,9788,9792,9793,9802,9814,9820,9829,9830,9837,9845,9849,9850,9859,9870,9877,9886,9887,9895,9915,9919,9954,9965,9971,9977,9983,9989,9995,10001,10007,10013,10014,10017,10039,10040,10049,10054,10059,10064,10073,10078,10079,10089,10097,10101,10102,10112,10131,10139,10150,10151,10159,10182,10193,10204,10212,10213,10224,10232,10242,10259,10260,10271,10280,10281,10294,10303,10318,10319,10331,10349,10351,10357,10365,10367,10368,10370,10382,10390,10404,10405,10411,10419,10423,10424,10433,10445,10451,10460,10461,10468,10476,10480,10481,10490,10501,10508,10517,10518,10526,10547,10551,10588,10599,10605,10611,10617,10623,10629,10635,10641,10647,10653,10654,10657,10681,10682,10691,10696,10701,10706,10715,10720,10724,10733,10734,10744,10752,10756,10757,10767,10787,10795,10806,10807,10815,10826,10836,10847,10855,10867,10876,10877,10892,10901,10903,10911,10923,10924,10930,10938,10942,10943,10952,10964,10970,10979,10980,10987,10995,10999,11000,11009,11020,11027,11036,11037,11045,11058,11070,11079,11096,11097,11108,11123,11135,11148,11161,11171,11179,11191,11192,11200,11221,11233,11241,11249,11259,11269,11291,11292,11313,11318,11331,11336,11344,11345,11359,11367,11368,11379,11387,11405,11418,11431,11432,11447,11448,11449,11452,11471,11472,11480,11496,11497,11505,11526,11538,11546,11554,11564,11574,11596,11597,11618,11623,11636,11641,11649,11650,11664,11672,11673,11684,11692,11710,11723,11736,11737,11752,11753,11754,11757,11776,11777,11785,11801,11802,11810,11833,11845,11853,11861,11872,11885,11889,11899,11909,11931,11932,11953,11958,11971,11976,11984,11985,11996,12004,12005,12016,12024,12042,12055,12068,12069,12084,12085,12086,12089,12108,12109,12117,12133,12134,12142,12165,12177,12185,12193,12206,12210,12220,12230,12252,12253,12274,12279,12292,12297,12305,12306,12317,12325,12326,12337,12345,12363,12376,12389,12390,12405,12406,12407,12410,12429,12430,12438,12454,12455,12463,12482,12494,12502,12510,12521,12532,12540,12541,12555,12560,12570,12578,12579,12590,12591,12594,12612,12625,12638,12639,12654,12655,12656,12659,12678,12679,12687,12700,12701,12709,12743,12755,12767,12775,12783,12805,12806,12825,12830,12840,12843,12851,12852,12863,12870,12888,12899,12920,12921,12936,12937,12945,12954,12955,12974,12975,12982,12984,12993,13006,13007,13036,13039,13045,13053,13060,13061,13062,13065,13084,13085,13093,13113,13114,13122,13139,13151,13159,13167,13176,13187,13195,13196,13207,13210,13228,13241,13254,13255,13270,13271,13272,13275,13294,13295,13303,13316,13317,13325,13342,13354,13362,13370,13381,13389,13390,13401,13404,13422,13435,13448,13449,13464,13465,13466,13469,13488,13489,13497,13510,13511,13519,13536,13548,13556,13564,13575,13583,13584,13595,13598,13616,13629,13642,13643,13658,13659,13660,13663,13682,13683,13691,13704,13705,13713,13727,13739,13750,13759,13768,13777,13786,13795,13804,13813,13822,13834,13844,13856,13866,13878,13888,13900,13910,13923,13924,13944,13945,13955,13963,13978,13979,13987,13996,14000,14001,14021,14030,14039,14048,14062,14063,14087,14089,14095,14103,14111,14112,14113,14121,14131,14132,14140,14181,14191,14201,14211,14221,14231,14241,14251,14261,14271,14281,14290,14300,14309,14317,14318,14327,14336,14345,14355,14365,14375,14385,14397,14406,14407,14418,14420,14430,14440,14450,14462,14471,14472,14483,14485,14495,14507,14515,14516,14526,14536,14546,14558,14567,14568,14579,14581,14591,14601,14611,14623,14632,14633,14644,14646,14656,14666,14676,14688,14697,14698,14709,14711,14721,14731,14741,14753,14770,14780,14815,14824,14832,14833,14845,14857,14869,14883,14891,14892,14915,14916,14931,14932,14942,14943,14944,14971,14973,14979,14987,14995,14996,14997,15005,15031,15032,15038,15052,15067,15078,15084,15085,15088,15095,15099,15109,15113,15114,15130,15140,15162,15184,15185,15195,15203,15204,15222,15223,15231,15242,15254,15262,15263,15275,15281,15296,15297,15305,15321,15332,15343,15354,15365,15377,15389,15400,15411,15422,15433,15441,15451,15458,15464,15478,15489,15490,15498,15505,15506,15514,15529,15530,15536,15550,15565,15576,15582,15583,15586,15593,15597,15607,15611,15612,15628,15638,15660,15682,15683,15693,15701,15702,15720,15721,15729,15740,15752,15760,15761,15773,15779,15794,15795,15803,15820,15831,15842,15851,15862,15873,15884,15896,15907,15918,15926,15936,15943,15949,15963,15974,15975,15983,15990,15991,15999,16014,16015,16018,16032,16034,16047,16048,16054,16071,16072,16073,16079,16082,16085,16088,16091,16094,16097,16100,16102,16103,16132,16133,16136,16137,16140,16141,16144,16145,16148,16149,16152,16153,16156,16157,16160,16161,16164,16165,16168,16169,16172,16173,16180,16194,16263,16266,16280,16282,16293,16294,16300,16315,16316,16317,16323,16326,16329,16332,16335,16338,16341,16343,16344,16370,16371,16374,16375,16378,16379,16382,16383,16386,16387,16390,16391,16394,16395,16398,16399,16402,16403,16406,16407,16413,16426,16496,16504,16530,16531,16537,16540,16547,16565,16566,16572,16575,16578,16581,16584,16587,16590,16593,16596,16599,16602,16604,16605,16641,16642,16651,16721,16729,16730,16736,16806,16814,16815,16821,16890,16893,16904,16906,16907,16916,16917,16918,16924,16926,16927,16935,16936,17005,17008,17019,17021,17022,17033,17034,17035,17041,17044,17047,17049,17050,17119,17122,17133,17135,17136,17145,17146,17147,17153,17155,17156,17164,17165,17234,17237,17248,17250,17251,17262,17263,17264,17270,17273,17276,17278,17279,17348,17352,17363,17393,17641,17642,17646,17656,17665,17675,17684,17694,17703,17714,17726,17745,17746,17755,17756,17764,17785,17786,17793,17794,17801,17802,17816,17826,17847,17861,17876,17887,17895,17903,17911,17918,17919,17955,17956,17963,17964,17971,17972,17973,17989,17990,17998,18000,18016,18021,18023,18030,18036,18038,18060,18061,18062,18066,18158,18169,18230,18232,18236,18237,18255,18283,18304,18325,18359,18403,18424,18443,18467,18495,18516,18529,18542,18555,18568,18581,18594,18607,18620,18633,18646,18659,18672,18685,18698,18711,18724,18737,18750,18763,18776,18789,18802,18815,18828,18841,18854,18867,18880,18893,18906,18919,18932,18945,18958,18971,18984,18997,19010,19023,19036,19049,19062,19075,19088,19101,19114,19127,19140,19153,19166,19179,19192,19205,19218,19231,19244,19257,19270,19283,19296,19309,19322,19335,19348,19361,19374,19387,19400,19413,19426,19439,19452,19465,19478,19491,19504,19516,19761,19770,19784,19798,19812,19826,19840,19854,19868,19885,19902,19916,19930,19944,19958,19971,19982,19983,19998,20008,20009,20021,20031,20043,20053,20055,20139,20143,20153,20154,20170,20172,20184,20186,20197,20199,20200,20208,20216,20221,20226,20234,20239,20244,20255,20256,20263,20275,20276,20278,20279,20283,20286,20287,20298,20301,20312,20313,20314,20322,20331,20334,20339,20340,20345,20353,20354,20363,20374,20383,20385,20394,20396,20397,20411,20413,20426,20427,20434,20435,20455,20456,20460,20461,20466,20467,20473,20474,20494,20495,20504,20505,20508,20509,20518,20520,20521,20527,20541,20560,20561,20567,20573,20574,20587,20590,20591,20593,20596,20598,20607,20611,20613,20621,20623,20637,20645,20647,20659,20660,20670,20674,20675,20681,20691,20693,20699,20701,20708,20718,20724,20731,20735,20736,20755,20760,20766,20785,20795,20803,20804,20811,20818,20820,20824,20832,20836,20852,20855,20871,20873,20875,20891,20893,20895,20902,20909,20912,20913,20915,20917,20937,20938,20940,20952,20957,20966,20967,20969,20978,20980,20988,20994,21008,21009,21028,21029,21035,21043,21051,21052,21061,21071,21079,21094,21095,21096,21119,21120,21125,21142,21144,21160,21162,21166,21168,21195,21199,21212,21214,21215,21227,21245,21256,21258,21269,21270,21275,21288,21304,21316,21317,21334,21341,21348,21352,21357,21358,21360,21365,21381,21390,21393,21398,21406,21408,21413,21414,21421,21445,21455,21463,21487,21488,21512,21521,21523,21528,21532,21534,21536,21538,21555,21577,21579,21592,21598,21601,21610,21611,21612,21624,21628,21631,21632,21645,21648,21649,21651,21674,21683,21684,21705,21712,21722,21723,21725,21739,21740,21748,21749,21760,21762,21763,21771,21779,21780,21781,21794,21800,21805,21810,21816,21817,21819,21821,21827,21829,21831,21838,21845,21850,21852,21853,21863,21867,21870,21905,21915,21916,21918,21919,21936,21937,21954,21955,21961,21976,21995,22002,22009,22014,22016,22027,22037,22045,22046,22050,22053,22056,22058,22064,22073,22074,22079,22080,22086,22090,22094,22100,22110,22112,22119,22126,22129,22132,22137,22138,22161,22168,22194,22202,22209,22222,22223,22244,22245,22266,22274,22275,22276,22281,22282,22283,22303,22305,22321,22322,22330,22331,22339,22340,22342,22347,22349,22355,22363,22377,22378,22386,22387,22395,22396,22404,22405,22413,22414,22422,22423,22425,22433,22434,22435,22447,22458,22461,22469,22478,22479,22499,22501,22517,22518,22526,22527,22535,22536,22538,22543,22545,22551,22559,22573,22574,22582,22583,22591,22592,22600,22601,22609,22610,22618,22619,22621,22629,22630,22631,22643,22654,22657,22665,22674,22675,22695,22697,22713,22714,22722,22723,22731,22732,22734,22739,22741,22747,22755,22769,22770,22778,22779,22787,22788,22796,22797,22805,22806,22814,22815,22817,22825,22826,22827,22839,22850,22853,22861,22870,22871,22891,22893,22909,22910,22918,22919,22927,22928,22930,22935,22937,22943,22951,22965,22966,22974,22975,22983,22984,22992,22993,23001,23002,23010,23011,23013,23021,23022,23023,23035,23046,23049,23057,23066,23067,23088,23096,23097,23098,23103,23104,23105,23126,23134,23135,23136,23141,23142,23143,23164,23172,23173,23174,23179,23180,23181,23202,23210,23211,23212,23217,23218,23219,23227,23229,23240,23242,23244,23256,23262,23263,23266,23272,23274,23283,23293,23294,23296,23305,23306,23308,23315,23317,23319,23334,23340,23349,23357,23358,23372,23375,23392,23400,23401,23402,23412,23414,23418,23423,23427,23449,23453,23454,23460,23468,23471,23472,23487,23492,23498,23511,23513,23516,23522,23526,23531,23539,23545,23550,23551,23555,23568,23583,23585,23600,23602,23617,23618,23629,23630,23633,23650,23652,23662,23674,23684,23685,23698,23699,23701,23713,23716,23719,23721,23724,23735,23770,23775,23779,23783,23785,23816,23823,23830,23832,23835,23863,23865,23867,23870,23883,23905,23908,23914,23916,23933,23955,23960,23965,23967,23972,23974,23978,23986,23992,23998,24008,24015,24029,24031,24033,24040,24044,24051,24068,24071,24072,24079,24101,24108,24117,24118,24124,24125,24129,24140,24143,24148,24151,24158,24162,24168,24171,24176,24179,24186,24190,24196,24204,24232,24233,24267,24272,24273,24293,24308,24315,24320,24323,24324,24329,24330,24425,24427,24428,24441,24443,24444,24455,24464,24467,24474,24476,24477,24480,24484,24493,24500,24501,24502,24506,24517,24521,24540,24547,24548,24549,24554,24561,24572,24574,24581,24600,24604,24609,24614,24623,24624,24628,24630,24640,24655,24660,24665,24670,24675,24680,24682,24683,24686,24692,24695,24698,24699,24700 ./aiohttp/_websocket.c:2,288,302,389,394,397,400,404,407,410,574,586,593,598,606,617,621,624,645,696,744,755,758,766,793,796,797,807,819,820,827,829,855,893,900,903,907,910,915,922,945,952,957,960,971,988,997,1008,1033,1040,1055,1059,1064,1067,1070,1073,1086,1089,1092,1093,1095,1097,1100,1102,1104,1106,1108,1110,1112,1114,1116,1118,1120,1122,1124,1126,1128,1130,1133,1135,1137,1139,1142,1144,1146,1148,1150,1152,1154,1156,1158,1160,1162,1164,1166,1168,1170,1172,1174,1176,1178,1183,1222,1230,1244,1257,1268,1269,1272,1278,1281,1291,1295,1296,1323,1337,1338,1340,1351,1363,1371,1372,1383,1395,1404,1405,1418,1420,1430,1441,1451,1460,1470,1479,1488,1499,1510,1519,1528,1529,1537,1538,1549,1560,1569,1578,1579,1590,1598,1599,1607,1621,1622,1626,1637,1667,1692,1693,1697,1714,1715,1721,1722,1730,1737,1738,1745,1746,1753,1754,1761,1762,1798,1799,1806,1807,1814,1815,1816,1832,1833,1841,1843,1859,1864,1866,1873,1879,1881,1903,1904,1905,1909,1920,1931,1992,1994,1998,1999,2017,2029,2039,2041,2048,2052,2062,2063,2079,2081,2093,2095,2106,2108,2109,2117,2126,2129,2134,2135,2140,2148,2149,2158,2169,2178,2180,2189,2191,2192,2206,2208,2221,2222,2229,2230,2250,2251,2271,2272,2274,2293,2298,2304,2323,2333,2341,2342,2349,2356,2358,2362,2370,2374,2390,2393,2409,2411,2413,2429,2431,2433,2445,2450,2459,2460,2462,2471,2473,2479,2494,2513,2520,2527,2532,2534,2540,2550,2552,2558,2560,2574,2582,2584,2595,2605,2613,2614,2618,2621,2624,2626,2632,2641,2642,2647,2648,2654,2658,2662,2668,2678,2680,2687,2694,2697,2700,2705,2706,2729,2736,2762,2770,2777,2790,2791,2812,2820,2821,2822,2827,2828,2829,2850,2851,2871,2873,2889,2890,2898,2899,2907,2908,2910,2915,2917,2923,2931,2945,2946,2954,2955,2963,2964,2972,2973,2981,2982,2990,2991,2993,3001,3002,3003,3015,3026,3029,3037,3046,3047,3067,3069,3085,3086,3094,3095,3103,3104,3106,3111,3113,3119,3127,3141,3142,3150,3151,3159,3160,3168,3169,3177,3178,3186,3187,3189,3197,3198,3199,3211,3222,3225,3233,3242,3243,3251,3253,3264,3266,3268,3280,3286,3287,3290,3296,3298,3307,3317,3318,3320,3329,3330,3332,3339,3341,3343,3356,3358,3359,3370,3379,3382,3389,3391,3392,3395,3399,3408,3415,3416,3417,3421,3432,3436,3455,3462,3463,3464,3469,3476,3487,3489,3496,3515,3519,3524,3529,3538,3539,3543,3545,3555,3570,3575,3580,3585,3590,3595,3597,3598,3601,3607,3610,3613,3614,3615 ./vendor/http-parser/http_parser.h:26,31,47,54,65,68,69,90,91,153,155,160,161,206,208,213,214,216,217,230,231,239,251,282,283,290,291,294,295,305,308,315,322,326,327,343,344,355,356,367,373,374,386,388,389,393,394,401,402,410,413,416,419,422,425,430,433,436,439,441 ./vendor/http-parser/test.c:28,32,37,41,43,45,47,68,72,74,77,85,87,91,116,118,119,152,154,155,174,176,177,195,196,213,214,233,235,236,256,258,259,281,283,284,306,310,311,334,338,339,366,370,371,394,398,399,416,417,443,445,446,465,466,486,487,519,521,522,545,547,548,566,567,585,586,608,610,611,645,647,648,649,668,669,689,690,710,711,736,738,739,760,762,763,782,784,785,806,808,810,834,836,837,863,865,866,885,886,905,906,926,927,961,963,964,997,999,1000,1022,1024,1025,1047,1049,1050,1075,1077,1078,1099,1101,1102,1106,1128,1130,1131,1151,1153,1154,1173,1174,1193,1194,1216,1220,1221,1244,1248,1250,1288,1295,1296,1334,1344,1345,1360,1361,1375,1376,1402,1409,1410,1429,1431,1432,1455,1457,1458,1481,1483,1484,1519,1521,1522,1560,1564,1565,1586,1588,1589,1606,1607,1628,1630,1631,1647,1650,1651,1667,1670,1671,1687,1688,1704,1705,1721,1724,1725,1743,1747,1748,1779,1781,1783,1818,1822,1823,1838,1839,1860,1864,1865,1885,1886,1887,1911,1912,1913,1942,1945,1946,1967,1968,1969,1992,1993,1994,2022,2025,2044,2047,2049,2055,2057,2061,2063,2064,2067,2072,2075,2081,2082,2085,2086,2089,2092,2094,2099,2100,2103,2104,2107,2114,2115,2118,2121,2124,2129,2131,2133,2134,2137,2140,2145,2147,2149,2150,2153,2160,2162,2163,2166,2176,2177,2180,2186,2187,2190,2195,2196,2199,2208,2209,2212,2216,2222,2223,2227,2233,2234,2236,2238,2241,2242,2245,2247,2249,2255,2256,2259,2265,2266,2268,2269,2272,2274,2281,2284,2285,2290,2294,2295,2298,2302,2303,2306,2310,2311,2314,2318,2319,2322,2326,2327,2330,2335,2336,2339,2344,2345,2348,2352,2353,2356,2360,2361,2364,2369,2370,2383,2390,2394,2395,2398,2402,2403,2406,2410,2411,2414,2418,2419,2422,2426,2427,2430,2434,2435,2438,2442,2443,2446,2450,2451,2454,2458,2459,2462,2466,2467,2470,2473,2474,2477,2480,2481,2494,2507,2520,2533,2546,2549,2553,2554,2556,2561,2562,2564,2569,2570,2572,2575,2580,2581,2583,2588,2589,2600,2606,2608,2609,2620,2622,2623,2626,2629,2633,2641,2644,2647,2650,2653,2660,2661,2665,2666,2670,2671,2673,2679,2684,2685,2688,2689,2692,2693,2696,2701,2702,2709,2710,2718,2719,2720,2722,2729,2730,2733,2734,2736,2737,2746,2748,2751,2755,2756,2757,2760,2761,2770,2772,2775,2777,2780,2784,2785,2790,2793,2794,2795,2798,2800,2801,2804,2807,2817,2820,2822,2825,2830,2832,2833,2835,2839,2841,2842,2845,2853,2854,2855,2863,2879,2880,2882,2883,2898,2899,2901,2902,2917,2918,2920,2921,2926,2927,2942,2943,2945,2946,2961,2962,2964,2965,2980,2981,2983,2984,2999,3000,3002,3003,3020,3021,3023,3024,3039,3040,3042,3043,3044,3059,3060,3062,3063,3080,3081,3083,3084,3100,3101,3103,3104,3120,3121,3123,3124,3129,3130,3135,3136,3141,3142,3147,3148,3153,3154,3159,3160,3165,3166,3170,3171,3186,3187,3189,3190,3194,3195,3199,3200,3215,3216,3218,3219,3223,3224,3238,3239,3241,3245,3246,3250,3251,3255,3256,3271,3272,3274,3275,3279,3280,3284,3285,3289,3290,3294,3295,3310,3311,3313,3314,3329,3330,3332,3333,3337,3338,3342,3343,3347,3348,3353,3354,3359,3360,3365,3366,3368,3372,3373,3377,3378,3380,3393,3394,3396,3397,3410,3411,3413,3416,3419,3421,3427,3428,3435,3436,3437,3440,3445,3449,3454,3460,3461,3465,3470,3472,3479,3480,3481,3482,3483,3486,3489,3490,3493,3497,3498,3501,3506,3511,3515,3517,3522,3523,3527,3528,3532,3533,3534,3535,3537,3541,3542,3546,3547,3549,3553,3554,3556,3560,3561,3563,3564,3565,3568,3570,3575,3582,3583,3584,3585,3590,3591,3595,3596,3598,3599,3604,3606,3608,3612,3624,3625,3626,3629,3631,3632,3635,3645,3648,3653,3654,3658,3659,3662,3665,3666,3669,3679,3682,3687,3688,3692,3693,3696,3699,3700,3703,3713,3716,3721,3722,3726,3727,3730,3740,3743,3748,3749,3753,3754,3757,3767,3770,3775,3776,3780,3781,3784,3787,3790,3796,3797,3803,3804,3805,3808,3816,3819,3827,3828,3829,3832,3833,3834,3837,3845,3847,3848,3849,3852,3856,3861,3862,3865,3877,3878,3881,3895,3896,3899,3910,3916,3917,3921,3928,3929,3932,3934,3941,3945,3947,3949,3951,3955,3956,3960,3961,3963,3967,3968,3970,3974,3975,3979,3980,3987,3992,3996,3998,4000,4003,4006,4011,4015,4017,4019,4023,4027,4031,4034,4036,4040,4041,4043,4047,4048,4050,4052,4056,4057,4059,4061,4065,4066,4068,4072,4073,4078,4079,4083,4084,4088,4089,4093,4094,4095,4096,4099,4106,4107,4112,4118,4121,4130,4131,4135,4137,4138,4143,4147,4149,4152,4160,4161,4163,4167,4168,4170,4171,4176,4179,4184,4185,4187,4188,4192,4195,4197,4199,4203,4204,4206,4207,4210,4216,4222,4225,4231,4234,4237,4241,4245,4248,4260,4267,4274,4281,4288,4295,4302,4304,4311,4314,4315,4318,4319,4322,4323,4330,4331,4332,4333,4336,4338,4358,4364,4367,4368,4369,4370,4376,4382,4384,4385,4387,4394,4397,4402,4410,4416,4457,4458,4477,4478,4485,4522,4530,4538,4552,4553,4557,4558,4561,4562,4569,4570,4571,4572,4578,4584,4590,4596,4598,4600 ./vendor/http-parser/bench.c:27,30,47,50,51,52,55,56,67,74,78,79,84,87,88,93,96,98,101,104,110,112,113,115,116,119,127,128 ./vendor/http-parser/http_parser.c:27,29,33,37,41,47,51,57,68,69,77,78,83,90,97,100,103,108,117,126,130,134,142,162,163,172,173,175,180,181,222,223,234,235,241,242,276,278,281,298,300,326,335,337,342,345,350,354,357,360,361,363,364,370,376,383,387,393,399,401,415,430,432,444,451,453,454,468,469,479,481,495,498,499,503,505,511,514,515,518,519,521,525,526,529,530,532,536,537,539,543,544,546,550,551,557,558,561,562,565,566,569,570,572,576,577,581,584,585,587,592,593,598,601,602,604,608,609,613,616,617,619,623,624,629,630,632,635,636,639,640,645,657,661,662,671,677,681,682,683,684,708,709,712,715,718,725,728,730,736,739,745,746,748,749,758,759,764,766,768,774,780,781,784,785,790,795,800,805,810,811,815,817,821,822,825,826,831,832,836,838,842,843,846,847,849,853,854,857,861,862,864,878,880,881,884,888,889,891,892,894,898,901,903,904,910,911,916,917,919,924,926,932,936,937,961,963,965,967,968,970,975,976,983,988,1012,1016,1017,1020,1021,1023,1025,1029,1030,1035,1036,1038,1039,1044,1057,1058,1059,1061,1062,1070,1090,1091,1093,1094,1106,1111,1113,1118,1123,1128,1133,1138,1143,1148,1149,1153,1155,1159,1160,1163,1164,1169,1170,1174,1176,1180,1181,1185,1186,1190,1191,1194,1198,1199,1202,1203,1205,1209,1210,1216,1217,1219,1223,1224,1226,1229,1234,1238,1242,1246,1250,1252,1253,1255,1260,1263,1270,1272,1273,1278,1283,1296,1298,1300,1308,1310,1312,1320,1322,1324,1332,1334,1336,1345,1347,1349,1357,1359,1366,1370,1371,1372,1377,1378,1380,1385,1386,1389,1390,1393,1397,1398,1402,1403,1405,1407,1409,1412,1414,1420,1427,1429,1433,1438,1439,1443,1444,1449,1454,1466,1468,1472,1476,1478,1479,1481,1491,1492,1499,1500,1504,1505,1507,1510,1513,1519,1523,1524,1528,1529,1534,1539,1541,1543,1547,1548,1553,1554,1558,1564,1565,1568,1569,1575,1592,1594,1602,1604,1609,1611,1627,1629,1638,1640,1648,1650,1659,1661,1666,1668,1672,1683,1688,1690,1695,1696,1698,1701,1704,1705,1707,1711,1712,1715,1716,1718,1723,1726,1727,1744,1745,1748,1749,1751,1755,1756,1758,1783,1784,1790,1791,1792,1794,1796,1802,1803,1814,1815,1816,1818,1830,1831,1845,1848,1853,1857,1858,1859,1862,1863,1865,1866,1868,1871,1874,1883,1884,1895,1906,1913,1930,1931,1932,1933,1935,1936,1938,1941,1944,1953,1956,1968,1969,1971,1972,1977,1979,1986,1988,1990,1993,1998,1999,2003,2004,2006,2008,2010,2014,2015,2017,2022,2023,2026,2027,2031,2036,2037,2040,2041,2043,2049,2051,2052,2054,2057,2060,2066,2069,2070,2072,2075,2079,2086,2089,2090,2092,2093,2101,2110,2115,2116,2117,2127,2133,2139,2141,2145,2146,2148,2149,2150,2154,2157,2158,2165,2166,2171,2172,2175,2176,2178,2179,2180,2183,2188,2193,2194,2195,2197,2198,2199,2202,2204,2205,2208,2214,2215,2216,2219,2226,2227,2230,2232,2233,2238,2239,2244,2245,2253,2254,2257,2259,2263,2264,2267,2268,2270,2274,2275,2280,2281,2283,2287,2288,2293,2294,2297,2299,2303,2304,2311,2313,2318,2319,2321,2324,2326,2327,2331,2334,2336,2338,2340,2343,2346,2347,2352,2355,2359,2362,2367,2373,2376,2382,2385,2388,2390,2391,2405,2406,2408,2409,2413,2414,2418,2423,2426,2427,2431,2434,2439,2447,2451,2454,2459,2463,2467,2471,2475,2476,2481,2482,2485,2488,2489,2495,2496,2500,2501,2502,2506,2507,2514,2518,2525,2529,2530,2531,2533,2534,2536,2537,2550,2551,2552,2556,2557,2563,2564,2568 ./vendor/http-parser/contrib/parsertrace.c:21,23,28,33,34,39,40,45,46,51,52,57,58,63,64,69,70,78,79,82,85,86,90,91,105,106,112,113,119,121,127,128,138,143,150,151,153,157 ./vendor/http-parser/contrib/url_parser.c:4,7,9,15,16,23,24,25,29,33,37,43,47 <<<<<< EOF