./.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/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/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/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/5585.feature 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/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/client.py tests/autobahn/fuzzingclient.json tests/autobahn/fuzzingserver.json tests/autobahn/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 ./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/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 ./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 ./aiohttp/_helpers.c:2,286,300,387,392,395,398,402,405,408,572,584,591,596,604,611,615,618,639,690,738,749,752,760,787,790,791,801,813,814,819,822,833,834,860,898,905,908,911,916,920,942,949,954,965,976,984,992,999,1022,1029,1032,1037,1040,1065,1068,1071,1074,1091,1100,1109,1114,1121,1124,1127,1130,1137,1144,1147,1150,1157,1172,1176,1181,1184,1187,1190,1203,1206,1209,1210,1217,1298,1306,1317,1328,1334,1337,1342,1344,1354,1358,1359,1368,1381,1396,1404,1415,1416,1424,1432,1436,1437,1446,1460,1468,1478,1479,1487,1495,1499,1500,1524,1532,1540,1548,1556,1573,1581,1585,1600,1617,1618,1626,1638,1653,1656,1681,1682,1690,1698,1713,1724,1739,1747,1748,1762,1765,1790,1791,1799,1815,1816,1823,1831,1835,1836,1845,1856,1863,1871,1872,1878,1886,1890,1891,1908,1926,1938,1949,1967,1976,1985,1986,2001,2007,2009,2019,2055,2063,2064,2098,2099,2105,2119,2120,2127,2135,2139,2140,2149,2159,2166,2178,2179,2185,2199,2214,2225,2231,2232,2235,2242,2246,2256,2260,2261,2277,2287,2309,2331,2332,2342,2350,2351,2369,2370,2378,2389,2401,2409,2410,2422,2428,2443,2444,2452,2468,2479,2490,2498,2508,2515,2521,2535,2546,2547,2555,2562,2563,2571,2586,2587,2595,2601,2602,2608,2614,2615,2621,2624,2626,2627,2638,2639,2646,2647,2651,2655,2656,2657,2660,2661,2667,2672,2741,2745,2756,2786,2828,2829,2833,2842,2857,2858,2865,2866,2874,2881,2882,2889,2890,2897,2898,2912,2921,2922,2929,2930,2937,2938,2945,2946,2947,2963,2964,2972,2974,2990,2995,2997,3004,3010,3012,3034,3035,3036,3040,3051,3062,3123,3125,3129,3130,3148,3158,3168,3170,3177,3181,3191,3192,3208,3210,3222,3224,3235,3237,3238,3243,3251,3252,3261,3272,3281,3283,3292,3294,3295,3309,3311,3324,3325,3332,3333,3353,3354,3362,3371,3374,3379,3380,3388,3396,3401,3406,3414,3419,3424,3435,3436,3443,3455,3456,3458,3459,3463,3466,3467,3477,3481,3485,3487,3492,3494,3496,3501,3505,3507,3509,3511,3528,3550,3552,3561,3565,3567,3575,3577,3584,3608,3618,3626,3650,3651,3671,3672,3674,3693,3698,3704,3723,3733,3741,3742,3749,3756,3758,3762,3770,3774,3790,3793,3809,3811,3813,3821,3827,3841,3842,3858,3860,3862,3874,3879,3888,3889,3891,3900,3902,3916,3924,3926,3945,3946,3952,3960,3968,3969,3978,3988,3996,4011,4012,4013,4036,4037,4042,4059,4061,4077,4079,4083,4085,4097,4098,4108,4112,4113,4119,4129,4131,4137,4139,4146,4156,4162,4169,4173,4174,4195,4202,4212,4213,4215,4229,4230,4238,4239,4250,4252,4253,4261,4269,4270,4271,4284,4290,4295,4300,4306,4307,4309,4311,4317,4319,4321,4328,4335,4340,4342,4343,4353,4357,4360,4395,4405,4406,4408,4409,4426,4427,4438,4448,4456,4457,4461,4464,4467,4469,4475,4484,4485,4490,4491,4497,4501,4505,4511,4521,4523,4530,4537,4540,4543,4548,4549,4572,4579,4605,4613,4620,4633,4634,4655,4656,4676,4678,4694,4695,4703,4704,4712,4713,4715,4720,4722,4728,4736,4750,4751,4759,4760,4768,4769,4777,4778,4786,4787,4795,4796,4798,4806,4807,4808,4820,4831,4834,4842,4851,4852,4873,4881,4882,4883,4888,4889,4890,4910,4912,4928,4929,4937,4938,4946,4947,4949,4954,4956,4962,4970,4984,4985,4993,4994,5002,5003,5011,5012,5020,5021,5029,5030,5032,5040,5041,5042,5054,5065,5068,5076,5085,5086,5094,5096,5107,5109,5111,5123,5129,5130,5133,5139,5141,5150,5160,5161,5163,5172,5173,5175,5182,5184,5186,5199,5201,5202,5213,5222,5225,5232,5234,5235,5238,5242,5251,5258,5259,5260,5264,5275,5279,5298,5305,5306,5307,5312,5319,5330,5332,5339,5358,5362,5367,5372,5381,5382,5386,5388,5398,5413,5418,5423,5428,5433,5438,5440,5441,5444,5450,5453,5456,5457,5458 ./aiohttp/_http_writer.c:2,286,300,387,392,395,398,402,405,408,572,584,591,596,604,614,618,621,642,693,741,752,755,763,790,793,794,804,816,817,822,825,838,864,902,909,912,923,948,953,957,964,987,994,997,1002,1005,1008,1012,1015,1020,1026,1031,1034,1037,1044,1047,1050,1053,1056,1059,1062,1065,1077,1083,1091,1099,1110,1121,1124,1127,1144,1153,1162,1167,1174,1181,1196,1200,1205,1208,1211,1214,1227,1230,1233,1234,1236,1238,1240,1243,1245,1247,1249,1251,1253,1255,1268,1315,1323,1327,1336,1345,1354,1362,1365,1366,1374,1379,1389,1398,1406,1407,1415,1418,1419,1427,1439,1449,1458,1468,1477,1487,1496,1506,1514,1515,1524,1533,1534,1544,1554,1563,1573,1581,1582,1584,1593,1602,1610,1611,1620,1629,1639,1647,1655,1656,1664,1672,1681,1691,1701,1709,1710,1720,1730,1740,1748,1749,1759,1767,1768,1779,1782,1792,1800,1801,1811,1821,1831,1839,1840,1850,1860,1868,1869,1879,1887,1888,1898,1908,1916,1917,1928,1938,1946,1947,1956,1965,1975,1983,1984,1993,2002,2012,2020,2021,2031,2032,2040,2045,2046,2054,2071,2082,2089,2099,2110,2118,2119,2121,2129,2140,2141,2149,2163,2173,2184,2196,2204,2205,2216,2231,2239,2240,2251,2269,2270,2282,2290,2291,2306,2307,2315,2328,2329,2337,2350,2363,2374,2375,2378,2384,2387,2398,2406,2407,2433,2442,2451,2461,2470,2478,2479,2489,2498,2506,2507,2517,2526,2534,2535,2547,2563,2576,2585,2593,2594,2604,2613,2621,2622,2632,2641,2649,2650,2663,2672,2680,2681,2691,2700,2708,2709,2719,2728,2736,2737,2739,2749,2758,2766,2767,2777,2786,2794,2795,2809,2810,2834,2836,2842,2850,2858,2859,2860,2868,2882,2883,2887,2898,2928,2957,2958,2962,2979,2980,2986,2987,2995,3003,3004,3011,3012,3019,3020,3027,3028,3054,3055,3062,3063,3070,3071,3072,3088,3089,3097,3099,3115,3120,3122,3129,3135,3137,3159,3160,3161,3165,3177,3188,3249,3251,3255,3256,3274,3295,3309,3321,3331,3333,3341,3345,3355,3356,3372,3374,3386,3388,3399,3401,3402,3416,3424,3426,3450,3462,3467,3468,3483,3484,3504,3505,3507,3526,3531,3537,3556,3566,3574,3575,3582,3589,3591,3595,3603,3607,3623,3626,3642,3644,3646,3654,3660,3674,3675,3691,3693,3695,3707,3712,3721,3722,3724,3733,3735,3754,3755,3761,3769,3777,3778,3787,3797,3805,3820,3821,3822,3845,3846,3851,3868,3870,3886,3888,3892,3894,3902,3911,3914,3919,3920,3925,3933,3934,3943,3954,3963,3965,3974,3976,3977,3991,3993,4006,4007,4014,4015,4035,4036,4039,4043,4048,4051,4056,4057,4062,4066,4068,4070,4072,4106,4107,4108,4128,4129,4138,4139,4142,4143,4150,4157,4160,4161,4163,4165,4179,4182,4199,4207,4208,4209,4219,4221,4225,4230,4234,4256,4260,4261,4270,4276,4277,4283,4284,4289,4290,4299,4301,4302,4306,4307,4316,4317,4318,4332,4343,4369,4370,4394,4396,4397,4399,4413,4415,4426,4429,4434,4444,4448,4449,4465,4469,4470,4480,4482,4483,4490,4514,4524,4532,4556,4557,4581,4590,4592,4609,4631,4633,4639,4654,4673,4680,4687,4692,4694,4715,4722,4732,4733,4735,4749,4750,4758,4759,4770,4772,4773,4779,4789,4791,4797,4799,4806,4816,4822,4829,4833,4834,4845,4855,4863,4864,4868,4871,4874,4876,4882,4891,4892,4897,4898,4904,4908,4912,4918,4928,4930,4937,4944,4947,4950,4955,4956,4979,4986,5012,5020,5027,5040,5041,5062,5070,5071,5072,5077,5078,5079,5100,5101,5121,5123,5139,5140,5148,5149,5157,5158,5160,5165,5167,5173,5181,5195,5196,5204,5205,5213,5214,5222,5223,5231,5232,5240,5241,5243,5251,5252,5253,5265,5276,5279,5287,5296,5297,5317,5319,5335,5336,5344,5345,5353,5354,5356,5361,5363,5369,5377,5391,5392,5400,5401,5409,5410,5418,5419,5427,5428,5436,5437,5439,5447,5448,5449,5461,5472,5475,5483,5492,5493,5501,5503,5514,5516,5518,5530,5536,5537,5540,5546,5548,5557,5567,5568,5570,5579,5580,5582,5589,5591,5593,5606,5608,5609,5620,5629,5632,5639,5641,5642,5645,5649,5658,5665,5666,5667,5671,5682,5686,5705,5712,5713,5714,5719,5726,5737,5739,5746,5765,5769,5774,5779,5788,5789,5793,5795,5805,5820,5825,5830,5835,5840,5845,5847,5848,5851,5857,5860,5863,5864,5865 ./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/_find_header.h:3,7,9,10,12 ./aiohttp/_http_parser.c:2,286,300,387,392,395,398,402,405,408,572,584,591,596,604,618,622,625,646,697,745,756,759,767,794,797,798,808,820,821,830,842,861,882,883,903,904,946,947,958,959,970,971,983,984,998,999,1011,1012,1026,1027,1028,1036,1051,1052,1060,1065,1066,1074,1079,1105,1143,1150,1153,1175,1180,1184,1188,1189,1195,1204,1205,1209,1212,1217,1220,1223,1226,1229,1232,1243,1245,1249,1260,1262,1266,1269,1272,1277,1278,1289,1297,1308,1333,1336,1339,1356,1365,1374,1379,1386,1409,1416,1421,1428,1435,1438,1441,1446,1447,1450,1453,1456,1459,1465,1474,1475,1483,1491,1496,1507,1513,1522,1530,1533,1536,1539,1546,1553,1556,1559,1562,1573,1580,1595,1599,1604,1607,1610,1613,1616,1619,1622,1625,1628,1631,1644,1647,1650,1653,1698,1702,1713,1716,1719,1728,1731,1734,1747,1749,1751,1754,1756,1758,1760,1762,1764,1766,1768,1770,1772,1774,1776,1778,1780,1782,1784,1787,1789,1791,1793,1796,1798,1800,1802,1804,1806,1808,1810,1812,1814,1816,1818,1820,1822,1824,1826,1828,1830,1832,1834,1836,1838,1840,1842,1889,2421,2429,2441,2451,2460,2469,2478,2486,2497,2498,2506,2516,2526,2538,2545,2553,2554,2567,2568,2576,2586,2587,2595,2609,2618,2627,2637,2649,2655,2663,2664,2676,2682,2690,2700,2701,2709,2729,2758,2769,2775,2781,2787,2793,2799,2805,2811,2817,2818,2821,2835,2846,2856,2860,2861,2870,2886,2902,2915,2928,2941,2954,2967,2980,2993,3006,3014,3025,3026,3034,3042,3046,3048,3056,3072,3076,3081,3082,3091,3092,3094,3114,3123,3140,3148,3178,3197,3200,3220,3221,3229,3249,3250,3263,3281,3299,3317,3335,3353,3371,3389,3407,3425,3443,3461,3478,3486,3499,3500,3508,3522,3527,3528,3548,3558,3568,3578,3588,3598,3607,3617,3626,3635,3645,3665,3676,3692,3700,3701,3712,3728,3736,3737,3748,3763,3771,3772,3783,3798,3806,3807,3818,3833,3841,3842,3853,3868,3876,3877,3888,3903,3911,3912,3923,3938,3946,3947,3958,3973,3981,3982,3993,4008,4016,4017,4029,4037,4055,4056,4064,4072,4076,4077,4086,4092,4093,4101,4109,4113,4114,4123,4129,4130,4138,4146,4150,4151,4160,4166,4167,4175,4183,4187,4188,4197,4203,4204,4212,4220,4224,4225,4234,4240,4241,4249,4257,4261,4262,4271,4277,4278,4286,4294,4298,4299,4308,4314,4315,4323,4331,4335,4336,4345,4351,4352,4360,4368,4372,4373,4382,4388,4389,4397,4405,4409,4410,4419,4425,4426,4432,4440,4444,4445,4462,4504,4516,4527,4545,4554,4563,4564,4579,4586,4593,4600,4607,4614,4621,4628,4635,4641,4643,4653,4689,4697,4698,4732,4733,4739,4753,4754,4761,4769,4773,4774,4783,4793,4800,4812,4813,4821,4831,4843,4856,4869,4882,4895,4908,4923,4936,4951,4966,4979,4991,4999,5010,5011,5019,5038,5065,5076,5082,5088,5094,5100,5106,5112,5118,5119,5122,5135,5145,5155,5159,5160,5170,5183,5193,5209,5222,5235,5248,5261,5274,5287,5295,5306,5307,5315,5323,5327,5329,5337,5353,5357,5362,5363,5372,5373,5375,5395,5404,5421,5429,5459,5478,5481,5501,5502,5510,5530,5531,5544,5562,5582,5600,5618,5636,5654,5672,5690,5708,5726,5743,5751,5764,5765,5773,5781,5785,5786,5795,5801,5802,5810,5818,5822,5823,5838,5848,5849,5857,5865,5869,5870,5879,5885,5886,5894,5902,5906,5907,5916,5922,5923,5931,5939,5943,5944,5953,5959,5960,5968,5976,5980,5981,5990,5996,5997,6005,6013,6017,6018,6027,6033,6034,6042,6050,6054,6055,6064,6070,6071,6079,6087,6091,6092,6101,6107,6108,6114,6122,6126,6127,6144,6185,6197,6208,6226,6235,6244,6245,6260,6267,6274,6281,6288,6295,6302,6308,6310,6320,6356,6364,6365,6399,6400,6406,6420,6421,6428,6436,6440,6441,6450,6460,6467,6479,6480,6488,6498,6510,6523,6532,6545,6558,6571,6586,6599,6614,6629,6641,6649,6660,6661,6669,6680,6684,6685,6694,6703,6713,6722,6730,6731,6740,6750,6759,6767,6768,6776,6786,6787,6795,6802,6805,6806,6810,6819,6828,6836,6839,6840,6848,6850,6862,6871,6881,6914,6915,6916,6917,6918,6919,6920,6921,6922,6923,6932,6941,6950,6959,6972,6985,6998,7013,7026,7035,7048,7063,7078,7093,7102,7111,7120,7129,7138,7147,7156,7165,7178,7187,7196,7205,7214,7223,7232,7241,7250,7259,7268,7281,7290,7298,7310,7311,7319,7339,7349,7361,7373,7385,7397,7417,7418,7435,7440,7450,7453,7464,7480,7488,7489,7501,7513,7522,7533,7544,7552,7553,7561,7580,7581,7589,7603,7613,7624,7632,7633,7646,7658,7670,7679,7687,7699,7700,7708,7721,7734,7746,7758,7767,7776,7784,7796,7797,7805,7833,7844,7856,7865,7875,7884,7895,7900,7917,7918,7926,7939,7944,7953,7961,7962,7973,7991,7992,8001,8009,8010,8020,8032,8043,8056,8074,8075,8083,8098,8104,8111,8121,8129,8130,8138,8139,8149,8159,8169,8179,8194,8203,8204,8213,8225,8239,8241,8252,8258,8264,8265,8278,8279,8292,8293,8306,8307,8318,8327,8340,8352,8364,8378,8387,8388,8399,8401,8414,8428,8433,8452,8453,8470,8475,8485,8492,8500,8501,8511,8521,8529,8530,8541,8552,8560,8582,8583,8591,8602,8620,8621,8628,8641,8649,8663,8664,8672,8683,8701,8702,8709,8717,8731,8732,8740,8751,8769,8770,8777,8785,8799,8800,8808,8813,8819,8820,8828,8846,8856,8866,8876,8888,8898,8910,8920,8921,8929,8930,8954,8955,8976,8981,8991,8996,9004,9019,9020,9028,9036,9040,9041,9056,9067,9077,9095,9096,9105,9113,9114,9124,9142,9143,9152,9160,9161,9171,9183,9203,9204,9214,9222,9223,9242,9243,9250,9251,9260,9261,9271,9282,9292,9304,9313,9321,9322,9330,9332,9340,9356,9357,9365,9373,9377,9378,9395,9404,9413,9422,9431,9441,9451,9462,9474,9487,9496,9497,9506,9518,9520,9533,9543,9551,9552,9560,9561,9571,9583,9598,9607,9608,9619,9621,9631,9656,9664,9665,9689,9690,9698,9711,9712,9720,9728,9732,9733,9742,9752,9760,9771,9772,9778,9786,9790,9791,9800,9812,9818,9827,9828,9835,9843,9847,9848,9857,9868,9875,9884,9885,9893,9913,9917,9952,9963,9969,9975,9981,9987,9993,9999,10005,10011,10012,10015,10037,10038,10047,10052,10057,10062,10071,10076,10077,10087,10095,10099,10100,10110,10129,10137,10148,10149,10157,10180,10191,10202,10210,10211,10222,10230,10240,10257,10258,10269,10278,10279,10292,10301,10316,10317,10329,10347,10349,10355,10363,10365,10366,10368,10380,10388,10402,10403,10409,10417,10421,10422,10431,10443,10449,10458,10459,10466,10474,10478,10479,10488,10499,10506,10515,10516,10524,10545,10549,10586,10597,10603,10609,10615,10621,10627,10633,10639,10645,10651,10652,10655,10679,10680,10689,10694,10699,10704,10713,10718,10722,10731,10732,10742,10750,10754,10755,10765,10785,10793,10804,10805,10813,10824,10834,10845,10853,10865,10874,10875,10890,10899,10901,10909,10921,10922,10928,10936,10940,10941,10950,10962,10968,10977,10978,10985,10993,10997,10998,11007,11018,11025,11034,11035,11043,11056,11068,11077,11094,11095,11106,11121,11133,11146,11159,11169,11177,11189,11190,11198,11219,11231,11239,11247,11257,11267,11289,11290,11311,11316,11329,11334,11342,11343,11357,11365,11366,11377,11385,11403,11416,11429,11430,11445,11446,11447,11450,11469,11470,11478,11494,11495,11503,11524,11536,11544,11552,11562,11572,11594,11595,11616,11621,11634,11639,11647,11648,11662,11670,11671,11682,11690,11708,11721,11734,11735,11750,11751,11752,11755,11774,11775,11783,11799,11800,11808,11831,11843,11851,11859,11870,11883,11887,11897,11907,11929,11930,11951,11956,11969,11974,11982,11983,11994,12002,12003,12014,12022,12040,12053,12066,12067,12082,12083,12084,12087,12106,12107,12115,12131,12132,12140,12163,12175,12183,12191,12204,12208,12218,12228,12250,12251,12272,12277,12290,12295,12303,12304,12315,12323,12324,12335,12343,12361,12374,12387,12388,12403,12404,12405,12408,12427,12428,12436,12452,12453,12461,12480,12492,12500,12508,12519,12530,12538,12539,12553,12558,12568,12576,12577,12588,12589,12592,12610,12623,12636,12637,12652,12653,12654,12657,12676,12677,12685,12698,12699,12707,12741,12753,12765,12773,12781,12803,12804,12823,12828,12838,12841,12849,12850,12861,12868,12886,12897,12918,12919,12934,12935,12943,12952,12953,12972,12973,12980,12982,12991,13004,13005,13034,13037,13043,13051,13058,13059,13060,13063,13082,13083,13091,13111,13112,13120,13137,13149,13157,13165,13174,13185,13193,13194,13205,13208,13226,13239,13252,13253,13268,13269,13270,13273,13292,13293,13301,13314,13315,13323,13340,13352,13360,13368,13379,13387,13388,13399,13402,13420,13433,13446,13447,13462,13463,13464,13467,13486,13487,13495,13508,13509,13517,13534,13546,13554,13562,13573,13581,13582,13593,13596,13614,13627,13640,13641,13656,13657,13658,13661,13680,13681,13689,13702,13703,13711,13725,13737,13748,13757,13766,13775,13784,13793,13802,13811,13820,13832,13842,13854,13864,13876,13886,13898,13908,13921,13922,13942,13943,13953,13961,13976,13977,13985,13994,13998,13999,14019,14028,14037,14046,14060,14061,14085,14087,14093,14101,14109,14110,14111,14119,14129,14130,14138,14179,14189,14199,14209,14219,14229,14239,14249,14259,14269,14279,14288,14298,14307,14315,14316,14325,14334,14343,14353,14363,14373,14383,14395,14404,14405,14416,14418,14428,14438,14448,14460,14469,14470,14481,14483,14493,14505,14513,14514,14524,14534,14544,14556,14565,14566,14577,14579,14589,14599,14609,14621,14630,14631,14642,14644,14654,14664,14674,14686,14695,14696,14707,14709,14719,14729,14739,14751,14768,14778,14813,14822,14830,14831,14843,14855,14867,14881,14889,14890,14913,14914,14929,14930,14940,14941,14942,14969,14971,14977,14985,14993,14994,14995,15003,15029,15030,15036,15050,15065,15076,15082,15083,15086,15093,15097,15107,15111,15112,15128,15138,15160,15182,15183,15193,15201,15202,15220,15221,15229,15240,15252,15260,15261,15273,15279,15294,15295,15303,15319,15330,15341,15352,15363,15375,15387,15398,15409,15420,15431,15439,15449,15456,15462,15476,15487,15488,15496,15503,15504,15512,15527,15528,15534,15548,15563,15574,15580,15581,15584,15591,15595,15605,15609,15610,15626,15636,15658,15680,15681,15691,15699,15700,15718,15719,15727,15738,15750,15758,15759,15771,15777,15792,15793,15801,15818,15829,15840,15849,15860,15871,15882,15894,15905,15916,15924,15934,15941,15947,15961,15972,15973,15981,15988,15989,15997,16012,16013,16016,16030,16032,16045,16046,16052,16069,16070,16071,16077,16080,16083,16086,16089,16092,16095,16098,16100,16101,16130,16131,16134,16135,16138,16139,16142,16143,16146,16147,16150,16151,16154,16155,16158,16159,16162,16163,16166,16167,16170,16171,16178,16192,16261,16264,16278,16280,16291,16292,16298,16313,16314,16315,16321,16324,16327,16330,16333,16336,16339,16341,16342,16368,16369,16372,16373,16376,16377,16380,16381,16384,16385,16388,16389,16392,16393,16396,16397,16400,16401,16404,16405,16411,16424,16494,16502,16528,16529,16535,16538,16545,16563,16564,16570,16573,16576,16579,16582,16585,16588,16591,16594,16597,16600,16602,16603,16639,16640,16649,16719,16727,16728,16734,16804,16812,16813,16819,16888,16891,16902,16904,16905,16914,16915,16916,16922,16924,16925,16933,16934,17003,17006,17017,17019,17020,17031,17032,17033,17039,17042,17045,17047,17048,17117,17120,17131,17133,17134,17143,17144,17145,17151,17153,17154,17162,17163,17232,17235,17246,17248,17249,17260,17261,17262,17268,17271,17274,17276,17277,17346,17350,17361,17391,17639,17640,17644,17654,17663,17673,17682,17692,17701,17712,17724,17743,17744,17753,17754,17762,17783,17784,17791,17792,17799,17800,17814,17824,17845,17859,17874,17885,17893,17901,17909,17916,17917,17953,17954,17961,17962,17969,17970,17971,17987,17988,17996,17998,18014,18019,18021,18028,18034,18036,18058,18059,18060,18064,18156,18167,18228,18230,18234,18235,18253,18281,18302,18323,18357,18401,18422,18441,18465,18493,18514,18527,18540,18553,18566,18579,18592,18605,18618,18631,18644,18657,18670,18683,18696,18709,18722,18735,18748,18761,18774,18787,18800,18813,18826,18839,18852,18865,18878,18891,18904,18917,18930,18943,18956,18969,18982,18995,19008,19021,19034,19047,19060,19073,19086,19099,19112,19125,19138,19151,19164,19177,19190,19203,19216,19229,19242,19255,19268,19281,19294,19307,19320,19333,19346,19359,19372,19385,19398,19411,19424,19437,19450,19463,19476,19489,19502,19514,19759,19768,19782,19796,19810,19824,19838,19852,19866,19883,19900,19914,19928,19942,19956,19969,19980,19981,19996,20006,20007,20019,20029,20041,20051,20053,20137,20141,20151,20152,20168,20170,20182,20184,20195,20197,20198,20206,20214,20219,20224,20232,20237,20242,20253,20254,20261,20273,20274,20276,20277,20281,20284,20285,20296,20299,20310,20311,20312,20320,20329,20332,20337,20338,20343,20351,20352,20361,20372,20381,20383,20392,20394,20395,20409,20411,20424,20425,20432,20433,20453,20454,20458,20459,20464,20465,20471,20472,20492,20493,20502,20503,20506,20507,20516,20518,20519,20525,20539,20558,20559,20565,20571,20572,20585,20588,20589,20591,20594,20596,20605,20609,20611,20619,20621,20635,20643,20645,20657,20658,20668,20672,20673,20679,20689,20691,20697,20699,20706,20716,20722,20729,20733,20734,20753,20758,20764,20783,20793,20801,20802,20809,20816,20818,20822,20830,20834,20850,20853,20869,20871,20873,20889,20891,20893,20900,20907,20910,20911,20913,20915,20935,20936,20938,20950,20955,20964,20965,20967,20976,20978,20986,20992,21006,21007,21026,21027,21033,21041,21049,21050,21059,21069,21077,21092,21093,21094,21117,21118,21123,21140,21142,21158,21160,21164,21166,21193,21197,21210,21212,21213,21225,21243,21254,21256,21267,21268,21273,21286,21302,21314,21315,21332,21339,21346,21350,21355,21356,21358,21363,21379,21388,21391,21396,21404,21406,21411,21412,21419,21443,21453,21461,21485,21486,21510,21519,21521,21526,21530,21532,21534,21536,21553,21575,21577,21590,21596,21599,21608,21609,21610,21622,21626,21629,21630,21643,21646,21647,21649,21672,21681,21682,21703,21710,21720,21721,21723,21737,21738,21746,21747,21758,21760,21761,21769,21777,21778,21779,21792,21798,21803,21808,21814,21815,21817,21819,21825,21827,21829,21836,21843,21848,21850,21851,21861,21865,21868,21903,21913,21914,21916,21917,21934,21935,21952,21953,21959,21974,21993,22000,22007,22012,22014,22025,22035,22043,22044,22048,22051,22054,22056,22062,22071,22072,22077,22078,22084,22088,22092,22098,22108,22110,22117,22124,22127,22130,22135,22136,22159,22166,22192,22200,22207,22220,22221,22242,22243,22264,22272,22273,22274,22279,22280,22281,22301,22303,22319,22320,22328,22329,22337,22338,22340,22345,22347,22353,22361,22375,22376,22384,22385,22393,22394,22402,22403,22411,22412,22420,22421,22423,22431,22432,22433,22445,22456,22459,22467,22476,22477,22497,22499,22515,22516,22524,22525,22533,22534,22536,22541,22543,22549,22557,22571,22572,22580,22581,22589,22590,22598,22599,22607,22608,22616,22617,22619,22627,22628,22629,22641,22652,22655,22663,22672,22673,22693,22695,22711,22712,22720,22721,22729,22730,22732,22737,22739,22745,22753,22767,22768,22776,22777,22785,22786,22794,22795,22803,22804,22812,22813,22815,22823,22824,22825,22837,22848,22851,22859,22868,22869,22889,22891,22907,22908,22916,22917,22925,22926,22928,22933,22935,22941,22949,22963,22964,22972,22973,22981,22982,22990,22991,22999,23000,23008,23009,23011,23019,23020,23021,23033,23044,23047,23055,23064,23065,23086,23094,23095,23096,23101,23102,23103,23124,23132,23133,23134,23139,23140,23141,23162,23170,23171,23172,23177,23178,23179,23200,23208,23209,23210,23215,23216,23217,23225,23227,23238,23240,23242,23254,23260,23261,23264,23270,23272,23281,23291,23292,23294,23303,23304,23306,23313,23315,23317,23332,23338,23347,23355,23356,23370,23373,23390,23398,23399,23400,23410,23412,23416,23421,23425,23447,23451,23452,23458,23466,23469,23470,23485,23490,23496,23509,23511,23514,23520,23524,23529,23537,23543,23548,23549,23553,23566,23581,23583,23598,23600,23615,23616,23627,23628,23631,23648,23650,23660,23672,23682,23683,23696,23697,23699,23711,23714,23717,23719,23722,23733,23768,23773,23777,23781,23783,23814,23821,23828,23830,23833,23861,23863,23865,23868,23881,23903,23906,23912,23914,23931,23953,23958,23963,23965,23970,23972,23976,23984,23990,23996,24006,24013,24027,24029,24031,24038,24042,24049,24066,24069,24070,24077,24099,24106,24115,24116,24122,24123,24127,24138,24141,24146,24149,24156,24160,24166,24169,24174,24177,24184,24188,24194,24202,24230,24231,24265,24270,24271,24291,24306,24313,24318,24321,24322,24327,24328,24423,24425,24426,24439,24441,24442,24453,24462,24465,24472,24474,24475,24478,24482,24491,24498,24499,24500,24504,24515,24519,24538,24545,24546,24547,24552,24559,24570,24572,24579,24598,24602,24607,24612,24621,24622,24626,24628,24638,24653,24658,24663,24668,24673,24678,24680,24681,24684,24690,24693,24696,24697,24698 ./aiohttp/_websocket.c:2,286,300,387,392,395,398,402,405,408,572,584,591,596,604,615,619,622,643,694,742,753,756,764,791,794,795,805,817,818,825,827,853,891,898,901,905,908,913,920,943,950,955,958,969,986,995,1006,1031,1038,1053,1057,1062,1065,1068,1071,1084,1087,1090,1091,1093,1095,1098,1100,1102,1104,1106,1108,1110,1112,1114,1116,1118,1120,1122,1124,1126,1128,1131,1133,1135,1137,1140,1142,1144,1146,1148,1150,1152,1154,1156,1158,1160,1162,1164,1166,1168,1170,1172,1174,1176,1181,1220,1228,1242,1255,1266,1267,1270,1276,1279,1289,1293,1294,1321,1335,1336,1338,1349,1361,1369,1370,1381,1393,1402,1403,1416,1418,1428,1439,1449,1458,1468,1477,1486,1497,1508,1517,1526,1527,1535,1536,1547,1558,1567,1576,1577,1588,1596,1597,1605,1619,1620,1624,1635,1665,1690,1691,1695,1712,1713,1719,1720,1728,1735,1736,1743,1744,1751,1752,1759,1760,1796,1797,1804,1805,1812,1813,1814,1830,1831,1839,1841,1857,1862,1864,1871,1877,1879,1901,1902,1903,1907,1918,1929,1990,1992,1996,1997,2015,2027,2037,2039,2046,2050,2060,2061,2077,2079,2091,2093,2104,2106,2107,2115,2124,2127,2132,2133,2138,2146,2147,2156,2167,2176,2178,2187,2189,2190,2204,2206,2219,2220,2227,2228,2248,2249,2269,2270,2272,2291,2296,2302,2321,2331,2339,2340,2347,2354,2356,2360,2368,2372,2388,2391,2407,2409,2411,2427,2429,2431,2443,2448,2457,2458,2460,2469,2471,2477,2492,2511,2518,2525,2530,2532,2538,2548,2550,2556,2558,2572,2580,2582,2593,2603,2611,2612,2616,2619,2622,2624,2630,2639,2640,2645,2646,2652,2656,2660,2666,2676,2678,2685,2692,2695,2698,2703,2704,2727,2734,2760,2768,2775,2788,2789,2810,2818,2819,2820,2825,2826,2827,2848,2849,2869,2871,2887,2888,2896,2897,2905,2906,2908,2913,2915,2921,2929,2943,2944,2952,2953,2961,2962,2970,2971,2979,2980,2988,2989,2991,2999,3000,3001,3013,3024,3027,3035,3044,3045,3065,3067,3083,3084,3092,3093,3101,3102,3104,3109,3111,3117,3125,3139,3140,3148,3149,3157,3158,3166,3167,3175,3176,3184,3185,3187,3195,3196,3197,3209,3220,3223,3231,3240,3241,3249,3251,3262,3264,3266,3278,3284,3285,3288,3294,3296,3305,3315,3316,3318,3327,3328,3330,3337,3339,3341,3354,3356,3357,3368,3377,3380,3387,3389,3390,3393,3397,3406,3413,3414,3415,3419,3430,3434,3453,3460,3461,3462,3467,3474,3485,3487,3494,3513,3517,3522,3527,3536,3537,3541,3543,3553,3568,3573,3578,3583,3588,3593,3595,3596,3599,3605,3608,3611,3612,3613 <<<<<< EOF