René's URL Explorer Experiment


Title: 304 Page Not Modified returns content after headers · Issue #13 · incrementalcode/lightnode · GitHub

Open Graph Title: 304 Page Not Modified returns content after headers · Issue #13 · incrementalcode/lightnode

X Title: 304 Page Not Modified returns content after headers · Issue #13 · incrementalcode/lightnode

Description: RFC 2616 for HTTP/1.1 dictates that a 304 Page-Not-Modified should have no body. ... The 304 response MUST NOT contain a message-body, and thus is always terminated by the first empty line after the header fields.... lightnode currently ...

Open Graph Description: RFC 2616 for HTTP/1.1 dictates that a 304 Page-Not-Modified should have no body. ... The 304 response MUST NOT contain a message-body, and thus is always terminated by the first empty line after th...

X Description: RFC 2616 for HTTP/1.1 dictates that a 304 Page-Not-Modified should have no body. ... The 304 response MUST NOT contain a message-body, and thus is always terminated by the first empty line after th...

Opengraph URL: https://github.com/incrementalcode/lightnode/issues/13

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"304 Page Not Modified returns content after headers","articleBody":"RFC 2616 for HTTP/1.1 dictates that a 304 Page-Not-Modified should have no body.\n\n... The 304 response MUST NOT contain a message-body, and thus is always terminated by the first empty line after the header fields....\n\nlightnode currently uses the chunked encoding header for all responses, including 304s.  This results in a \"0\\r\\n\" following the message headers.\n\nThe following change to move the chunked header to the else clause resolves the issue for me.\n\n``` javascript\n\n                       //REMOVED headers['transfer-encoding'] = 'chunked'\n                        headers['server'] = 'lightnode'\n\n                        if (Date.parse(file.header.mtime) \u003c= Date.parse(req.headers['if-modified-since'])) {\n                                resp.writeHead(304, headers)\n                                resp.end()\n                                return\n                        }\n                        else {\n                                headers['transfer-encoding'] = 'chunked' // ADDED\n```\n","author":{"url":"https://github.com/eoinsha","@type":"Person","name":"eoinsha"},"datePublished":"2012-06-27T10:40:21.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/13/lightnode/issues/13"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:4b14d232-6bd3-f7e6-5626-ba4c437fece8
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB8BA:2DAA69:20B2322:2EBD9FD:6A50F6D2
html-safe-nonce5814ce91bd1aff5d30ca9133f72d419da3f138b27d350c3145a51c9ac8c334b9
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCOEJBOjJEQUE2OToyMEIyMzIyOjJFQkQ5RkQ6NkE1MEY2RDIiLCJ2aXNpdG9yX2lkIjoiMzE2MjMxMTU1NzcwODMxNDMyMiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacf636e6c4f06849342f6ee45f41abe6f68582ada8b6302639c701fe14c765f260
hovercard-subject-tagissue:5294262
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/incrementalcode/lightnode/13/issue_layout
twitter:imagehttps://opengraph.githubassets.com/99ef3ca4a38bd62e4daafea69dbc12aa879558a170def3f5e93ee19de6072387/incrementalcode/lightnode/issues/13
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/99ef3ca4a38bd62e4daafea69dbc12aa879558a170def3f5e93ee19de6072387/incrementalcode/lightnode/issues/13
og:image:altRFC 2616 for HTTP/1.1 dictates that a 304 Page-Not-Modified should have no body. ... The 304 response MUST NOT contain a message-body, and thus is always terminated by the first empty line after th...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameeoinsha
hostnamegithub.com
expected-hostnamegithub.com
None5266e58c17a510c403505cc811606465e90a881d2007ee7df1c4800d5c659838
turbo-cache-controlno-preview
go-importgithub.com/incrementalcode/lightnode git https://github.com/incrementalcode/lightnode.git
octolytics-dimension-user_id557552
octolytics-dimension-user_loginincrementalcode
octolytics-dimension-repository_id1350871
octolytics-dimension-repository_nwoincrementalcode/lightnode
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1350871
octolytics-dimension-repository_network_root_nwoincrementalcode/lightnode
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
release8d836581d020676cc0ef4a83cd2fe17e4af02c3d
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/incrementalcode/lightnode/issues/13#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fincrementalcode%2Flightnode%2Fissues%2F13
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/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/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/enterprise/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%2Fincrementalcode%2Flightnode%2Fissues%2F13
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=incrementalcode%2Flightnode
Reloadhttps://github.com/incrementalcode/lightnode/issues/13
Reloadhttps://github.com/incrementalcode/lightnode/issues/13
Reloadhttps://github.com/incrementalcode/lightnode/issues/13
Please reload this pagehttps://github.com/incrementalcode/lightnode/issues/13
incrementalcode https://github.com/incrementalcode
lightnodehttps://github.com/incrementalcode/lightnode
Notifications https://github.com/login?return_to=%2Fincrementalcode%2Flightnode
Fork 9 https://github.com/login?return_to=%2Fincrementalcode%2Flightnode
Star 132 https://github.com/login?return_to=%2Fincrementalcode%2Flightnode
Code https://github.com/incrementalcode/lightnode
Issues 6 https://github.com/incrementalcode/lightnode/issues
Pull requests 2 https://github.com/incrementalcode/lightnode/pulls
Actions https://github.com/incrementalcode/lightnode/actions
Projects https://github.com/incrementalcode/lightnode/projects
Wiki https://github.com/incrementalcode/lightnode/wiki
Security and quality 0 https://github.com/incrementalcode/lightnode/security
Insights https://github.com/incrementalcode/lightnode/pulse
Code https://github.com/incrementalcode/lightnode
Issues https://github.com/incrementalcode/lightnode/issues
Pull requests https://github.com/incrementalcode/lightnode/pulls
Actions https://github.com/incrementalcode/lightnode/actions
Projects https://github.com/incrementalcode/lightnode/projects
Wiki https://github.com/incrementalcode/lightnode/wiki
Security and quality https://github.com/incrementalcode/lightnode/security
Insights https://github.com/incrementalcode/lightnode/pulse
304 Page Not Modified returns content after headershttps://github.com/incrementalcode/lightnode/issues/13#top
https://github.com/eoinsha
eoinshahttps://github.com/eoinsha
on Jun 27, 2012https://github.com/incrementalcode/lightnode/issues/13#issue-5294262
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.