René's URL Explorer Experiment


Title: ngtcp2 update breaks gcc builds with `--experimental-quic` · Issue #63860 · nodejs/node · GitHub

Open Graph Title: ngtcp2 update breaks gcc builds with `--experimental-quic` · Issue #63860 · nodejs/node

X Title: ngtcp2 update breaks gcc builds with `--experimental-quic` · Issue #63860 · nodejs/node

Description: The latest ngtcp2 update in #63777 introduces the use of _Generic within ngtcp2, which is not a C++ language feature, but we include the ngtcp2 headers in our node_quic C++ source. clang supports _Generic in all language modes as a non-s...

Open Graph Description: The latest ngtcp2 update in #63777 introduces the use of _Generic within ngtcp2, which is not a C++ language feature, but we include the ngtcp2 headers in our node_quic C++ source. clang supports _...

X Description: The latest ngtcp2 update in #63777 introduces the use of _Generic within ngtcp2, which is not a C++ language feature, but we include the ngtcp2 headers in our node_quic C++ source. clang supports _...

Opengraph URL: https://github.com/nodejs/node/issues/63860

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"ngtcp2 update breaks gcc builds with `--experimental-quic`","articleBody":"The latest ngtcp2 update in #63777 introduces the use of `_Generic` within ngtcp2, which is not a C++ language feature, but we include the ngtcp2 headers in our node\\_quic C++ source.\n\nclang supports `_Generic` in all language modes as a non-standard extension, but gcc does not, so this hard-breaks gcc builds.\n\n```console\n$ g++-14 -o /opt/node/out/Release/obj.target/node_base/src/quic/http3.o ../src/quic/http3.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DNODE_ARCH=\"x64\"' '-DNODE_PLATFORM=\"linux\"' '-DNODE_WANT_INTERNALS=1' '-DNAPI_EXPERIMENTAL=1' '-DNODE_API_EXPERIMENTAL_NO_WARNING=1' '-DV8_DEPRECATION_WARNINGS=1' '-DNODE_OPENSSL_SYSTEM_CERT_PATH=\"\"' '-DSQLITE_ENABLE_SESSION' '-DHAVE_INSPECTOR=1' '-DHAVE_LIEF=1' '-DNODE_ENABLE_LARGE_CODE_PAGES=1' '-D__POSIX__' '-DNODE_USE_V8_PLATFORM=1' '-DNODE_HAVE_I18N_SUPPORT=1' '-DNODE_BUNDLED_ZLIB' '-DNODE_BUNDLED_ZSTD' '-DHAVE_OPENSSL=1' '-DOPENSSL_API_COMPAT=0x10100000L' '-DHAVE_AMARO=1' '-DHAVE_SQLITE=1' '-DHAVE_FFI=1' '-DNODE_SHARED_FFI=0' '-DHAVE_QUIC=1' '-DXXH_NAMESPACE=ZSTD_' '-DZSTD_MULTITHREAD' '-DZSTD_DISABLE_ASM' '-DFFI_STATIC_BUILD' '-DNCRYPTO_BSSL_LIBDECREPIT_MISSING=1' '-DUCONFIG_NO_SERVICE=1' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION=1' '-DU_HAVE_STD_STRING=1' '-DUCONFIG_NO_BREAK_ITERATION=0' '-D_LARGEFILE_SOURCE' '-D_POSIX_C_SOURCE=200112' '-DNGHTTP2_STATICLIB' '-DNDEBUG' '-DOPENSSL_USE_NODELETE' '-DL_ENDIAN' '-DOPENSSL_BUILDING_OPENSSL' '-DAES_ASM' '-DBSAES_ASM' '-DCMLL_ASM' '-DECP_NISTZ256_ASM' '-DGHASH_ASM' '-DKECCAK1600_ASM' '-DMD5_ASM' '-DOPENSSL_BN_ASM_GF2m' '-DOPENSSL_BN_ASM_MONT' '-DOPENSSL_BN_ASM_MONT5' '-DOPENSSL_CPUID_OBJ' '-DOPENSSL_IA32_SSE2' '-DPADLOCK_ASM' '-DPOLY1305_ASM' '-DRC4_ASM' '-DSHA1_ASM' '-DSHA256_ASM' '-DSHA512_ASM' '-DVPAES_ASM' '-DWHIRLPOOL_ASM' '-DX25519_ASM' '-DOPENSSL_PIC' '-DNGTCP2_STATICLIB' '-DQUIC_NGTCP2_USE_OPENSSL_3_5' '-DNGHTTP3_STATICLIB' -I../src -I../deps/postject -I/opt/dev/node/out/Release/obj/gen -I/home/renegade/dev/node/out/Release/obj/gen/include -I/home/renegade/dev/node/out/Release/obj/gen/src -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I../deps/v8/third_party/abseil-cpp -I../deps/googletest/include -I../deps/histogram/src -I../deps/histogram/include -I../deps/nbytes/include -I../deps/libffi/include -I/home/renegade/dev/node/out/Release/obj/gen/libffi -I../deps/inspector_protocol -I/home/renegade/dev/node/out/Release/obj/gen/inspector-generated-output-root/include -I../deps/ncrypto -I../deps/LIEF/include -I../deps/v8/include -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -I../deps/zlib -I../deps/llhttp/include -I../deps/cares/include -I../deps/uv/include -I../deps/uvwasi/include -I../deps/nghttp2/lib/includes -I../deps/ada -I../deps/merve -I../deps/simdjson -I../deps/v8/third_party/simdutf -I../deps/brotli/c/include -I../deps/sqlite -I../deps/zstd/lib -I../deps/openssl/openssl/include -I../deps/openssl/openssl/crypto/include -I../deps/openssl/config/archs/linux-x86_64/asm/include -I../deps/openssl/config/archs/linux-x86_64/asm -I../deps/ngtcp2 -I../deps/ngtcp2/ngtcp2/lib/includes -I../deps/ngtcp2/ngtcp2/crypto/includes -I../deps/ngtcp2/ngtcp2/crypto -I../deps/ngtcp2/nghttp3/lib/includes  -Wall -Wextra -Wno-unused-parameter -Wno-restrict -pthread -Wall -Wextra -Wno-unused-parameter -Werror=unused-result -Wno-error=deprecated-declarations -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -MMD -MF /home/renegade/dev/node/out/Release/.deps//home/renegade/dev/node/out/Release/obj.target/node_base/src/quic/http3.o.d.raw   -c\nIn file included from ../deps/ngtcp2/nghttp3/lib/nghttp3_objalloc.h:37,\n                 from ../deps/ngtcp2/nghttp3/lib/nghttp3_ksl.h:37,\n                 from ../deps/ngtcp2/nghttp3/lib/nghttp3_qpack.h:40,\n                 from ../deps/ngtcp2/nghttp3/lib/nghttp3_stream.h:39,\n                 from ../deps/ngtcp2/nghttp3/lib/nghttp3_conn.h:34,\n                 from ../src/quic/http3.cc:1:\n../deps/ngtcp2/nghttp3/lib/nghttp3_ksl.h: In function ‘int nghttp3_ksl_range_exclusive_compar(const nghttp3_ksl_key*, const nghttp3_ksl_key*)’:\n../deps/ngtcp2/nghttp3/lib/nghttp3_macro.h:73:5: error: expected primary-expression before ‘long’\n   73 |     long long int: nghttp3_max_long_long_int,                                  \\\n      |     ^~~~\n../deps/ngtcp2/nghttp3/lib/nghttp3_ksl.h:391:12: note: in expansion of macro ‘nghttp3_max’\n  391 |          !(nghttp3_max(a-\u003ebegin, b-\u003ebegin) \u003c nghttp3_min(a-\u003eend, b-\u003eend));\n      |            ^~~~~~~~~~~\n../deps/ngtcp2/nghttp3/lib/nghttp3_macro.h:74:5: error: expected primary-expression before ‘long’\n   74 |     long int: nghttp3_max_long_int,                                            \\\n      |     ^~~~\n../deps/ngtcp2/nghttp3/lib/nghttp3_ksl.h:391:12: note: in expansion of macro ‘nghttp3_max’\n  391 |          !(nghttp3_max(a-\u003ebegin, b-\u003ebegin) \u003c nghttp3_min(a-\u003eend, b-\u003eend));\n      |            ^~~~~~~~~~~\n../deps/ngtcp2/nghttp3/lib/nghttp3_macro.h:75:5: error: expected primary-expression before ‘int’\n   75 |     int: _Generic((B),                                                         \\\n      |     ^~~\n../deps/ngtcp2/nghttp3/lib/nghttp3_ksl.h:391:12: note: in expansion of macro ‘nghttp3_max’\n  391 |          !(nghttp3_max(a-\u003ebegin, b-\u003ebegin) \u003c nghttp3_min(a-\u003eend, b-\u003eend));\n      |            ^~~~~~~~~~~\n../deps/ngtcp2/nghttp3/lib/nghttp3_macro.h:87:5: error: expected primary-expression before ‘short’\n   87 |     short int: nghttp3_max_short_int,                                          \\\n      |     ^~~~~\n../deps/ngtcp2/nghttp3/lib/nghttp3_ksl.h:391:12: note: in expansion of macro ‘nghttp3_max’\n  391 |          !(nghttp3_max(a-\u003ebegin, b-\u003ebegin) \u003c nghttp3_min(a-\u003eend, b-\u003eend));\n      |            ^~~~~~~~~~~\n../deps/ngtcp2/nghttp3/lib/nghttp3_macro.h:88:5: error: expected primary-expression before ‘signed’\n  128 |     signed char: nghttp3_min_signed_char,                                      \\\n      |     ^~~~~~\n../deps/ngtcp2/nghttp3/lib/nghttp3_ksl.h:391:46: note: in expansion of macro ‘nghttp3_min’\n  391 |          !(nghttp3_max(a-\u003ebegin, b-\u003ebegin) \u003c nghttp3_min(a-\u003eend, b-\u003eend));\n      |                                              ^~~~~~~~~~~\n../deps/ngtcp2/nghttp3/lib/nghttp3_macro.h:129:5: error: expected primary-expression before ‘char’\n  129 |     char: nghttp3_min_char,                                                    \\\n      |     ^~~~\n../deps/ngtcp2/nghttp3/lib/nghttp3_ksl.h:391:46: note: in expansion of macro ‘nghttp3_min’\n  391 |          !(nghttp3_max(a-\u003ebegin, b-\u003ebegin) \u003c nghttp3_min(a-\u003eend, b-\u003eend));\n      |                                              ^~~~~~~~~~~\n../deps/ngtcp2/nghttp3/lib/nghttp3_macro.h:130:5: error: expected primary-expression before ‘unsigned’\n  130 |     unsigned long long int: nghttp3_min_unsigned_long_long_int,                \\\n      |     ^~~~~~~~\n../deps/ngtcp2/nghttp3/lib/nghttp3_ksl.h:391:46: note: in expansion of macro ‘nghttp3_min’\n  391 |          !(nghttp3_max(a-\u003ebegin, b-\u003ebegin) \u003c nghttp3_min(a-\u003eend, b-\u003eend));\n      |                                              ^~~~~~~~~~~\n../deps/ngtcp2/nghttp3/lib/nghttp3_macro.h:131:5: error: expected primary-expression before ‘unsigned’\n  131 |     unsigned long int: nghttp3_min_unsigned_long_int,                          \\\n      |     ^~~~~~~~\n../deps/ngtcp2/nghttp3/lib/nghttp3_ksl.h:391:46: note: in expansion of macro ‘nghttp3_min’\n  391 |          !(nghttp3_max(a-\u003ebegin, b-\u003ebegin) \u003c nghttp3_min(a-\u003eend, b-\u003eend));\n      |                                              ^~~~~~~~~~~\n../deps/ngtcp2/nghttp3/lib/nghttp3_macro.h:132:5: error: expected primary-expression before ‘unsigned’\n  132 |     unsigned int: nghttp3_min_unsigned_int,                                    \\\n      |     ^~~~~~~~\n../deps/ngtcp2/nghttp3/lib/nghttp3_ksl.h:391:46: note: in expansion of macro ‘nghttp3_min’\n  391 |          !(nghttp3_max(a-\u003ebegin, b-\u003ebegin) \u003c nghttp3_min(a-\u003eend, b-\u003eend));\n      |                                              ^~~~~~~~~~~\n../deps/ngtcp2/nghttp3/lib/nghttp3_macro.h:133:5: error: expected primary-expression before ‘unsigned’\n  133 |     unsigned short int: nghttp3_min_unsigned_short_int,                        \\\n      |     ^~~~~~~~\n../deps/ngtcp2/nghttp3/lib/nghttp3_ksl.h:391:46: note: in expansion of macro ‘nghttp3_min’\n  391 |          !(nghttp3_max(a-\u003ebegin, b-\u003ebegin) \u003c nghttp3_min(a-\u003eend, b-\u003eend));\n      |                                              ^~~~~~~~~~~\n../deps/ngtcp2/nghttp3/lib/nghttp3_macro.h:134:5: error: expected primary-expression before ‘unsigned’\n  134 |     unsigned char: nghttp3_min_unsigned_char)((A), (B))\n      |     ^~~~~~~~\n../deps/ngtcp2/nghttp3/lib/nghttp3_ksl.h:391:46: note: in expansion of macro ‘nghttp3_min’\n  391 |          !(nghttp3_max(a-\u003ebegin, b-\u003ebegin) \u003c nghttp3_min(a-\u003eend, b-\u003eend));\n      |\n```","author":{"url":"https://github.com/Renegade334","@type":"Person","name":"Renegade334"},"datePublished":"2026-06-11T21:58:13.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/63860/node/issues/63860"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:3a8c8894-20e1-a716-4773-b496d6ed2a45
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBECC:16CB32:157D77B:1D3330F:6A4C8265
html-safe-noncee4238050184e88dd813637921446ec996a2fb52be58fc4d437e9c293aa60c3aa
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRUNDOjE2Q0IzMjoxNTdENzdCOjFEMzMzMEY6NkE0QzgyNjUiLCJ2aXNpdG9yX2lkIjoiMjQxNDYyNzc5Njk2Njc3NDc3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac99564577f8a2e679a76fbb4d0d7bf86e64c23be0671c40d05cbd426e04ff21d0
hovercard-subject-tagissue:4644501204
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/nodejs/node/63860/issue_layout
twitter:imagehttps://opengraph.githubassets.com/b09407a92e1d98859edaff2fd2985e76957d7eadaed23e4ee35e322c0abc6638/nodejs/node/issues/63860
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/b09407a92e1d98859edaff2fd2985e76957d7eadaed23e4ee35e322c0abc6638/nodejs/node/issues/63860
og:image:altThe latest ngtcp2 update in #63777 introduces the use of _Generic within ngtcp2, which is not a C++ language feature, but we include the ngtcp2 headers in our node_quic C++ source. clang supports _...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameRenegade334
hostnamegithub.com
expected-hostnamegithub.com
None3d11bb817438277de2a940854450e83a7d32b6aeb5014e9e6b00a6423900251c
turbo-cache-controlno-preview
go-importgithub.com/nodejs/node git https://github.com/nodejs/node.git
octolytics-dimension-user_id9950313
octolytics-dimension-user_loginnodejs
octolytics-dimension-repository_id27193779
octolytics-dimension-repository_nwonodejs/node
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id27193779
octolytics-dimension-repository_network_root_nwonodejs/node
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasecd470457e909b9d062f8002cf438ba870e6acff6
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/nodejs/node/issues/63860#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fissues%2F63860
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fissues%2F63860
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=nodejs%2Fnode
Reloadhttps://github.com/nodejs/node/issues/63860
Reloadhttps://github.com/nodejs/node/issues/63860
Reloadhttps://github.com/nodejs/node/issues/63860
Please reload this pagehttps://github.com/nodejs/node/issues/63860
nodejs https://github.com/nodejs
nodehttps://github.com/nodejs/node
Please reload this pagehttps://github.com/nodejs/node/issues/63860
Notifications https://github.com/login?return_to=%2Fnodejs%2Fnode
Fork 36k https://github.com/login?return_to=%2Fnodejs%2Fnode
Star 118k https://github.com/login?return_to=%2Fnodejs%2Fnode
Code https://github.com/nodejs/node
Issues 1.4k https://github.com/nodejs/node/issues
Pull requests 964 https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects https://github.com/nodejs/node/projects
Security and quality 0 https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
Code https://github.com/nodejs/node
Issues https://github.com/nodejs/node/issues
Pull requests https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects https://github.com/nodejs/node/projects
Security and quality https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
#63874https://github.com/nodejs/node/pull/63874
ngtcp2 update breaks gcc builds with --experimental-quichttps://github.com/nodejs/node/issues/63860#top
#63874https://github.com/nodejs/node/pull/63874
buildIssues and PRs related to build files or the CI.https://github.com/nodejs/node/issues?q=state%3Aopen%20label%3A%22build%22
quicIssues and PRs related to the QUIC implementation / HTTP/3.https://github.com/nodejs/node/issues?q=state%3Aopen%20label%3A%22quic%22
https://github.com/Renegade334
Renegade334https://github.com/Renegade334
on Jun 11, 2026https://github.com/nodejs/node/issues/63860#issue-4644501204
#63777https://github.com/nodejs/node/pull/63777
buildIssues and PRs related to build files or the CI.https://github.com/nodejs/node/issues?q=state%3Aopen%20label%3A%22build%22
quicIssues and PRs related to the QUIC implementation / HTTP/3.https://github.com/nodejs/node/issues?q=state%3Aopen%20label%3A%22quic%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.