• #dev 2024-06-14
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2024-06-14 UTC
# 05:01
pcarrier[d]
also, gotta not respond 200 eagerly if I'm going to http.ServeContent after. I was writing the response code before it had a chance to, so it couldn't use 206 / 304. now I only write 4xx eagerly and let it do its thing instead of 200.