Switch language한국어
Back to the list

Using HTTP/2 Cleartext for a server in Go 1.24 | Hacker News

TL;DR AI

Key summary

2 min read
  1. A Go maintainer updated rclone after a vulnerability warning flagged the h2c HTTP/2 cleartext package.

  2. A later linter check in Go 1.24 marked the package as deprecated, prompting its removal.

  3. The post highlights how govulncheck, CI, and linters are pushing Go projects toward safer, newer code.

  4. It also shows the tradeoff: better security signals, but more maintenance work for developers.

Read the original