Skip to content

fix(statuses): align http status text with current standard#427

Merged
fredbi merged 1 commit intogo-openapi:masterfrom
fredbi:fix/122-official-http-code
May 4, 2026
Merged

fix(statuses): align http status text with current standard#427
fredbi merged 1 commit intogo-openapi:masterfrom
fredbi:fix/122-official-http-code

Conversation

@fredbi
Copy link
Copy Markdown
Member

@fredbi fredbi commented May 4, 2026

This concerns dodgy status code 451, now realigned to its current definitions.

Change type

Please select: 🆕 New feature or enhancement|🔧 Bug fix'|📃 Documentation update

Short description

Fixes

Full description

Checklist

  • I have signed all my commits with my name and email (see DCO. This does not require a PGP-signed commit
  • I have rebased and squashed my work, so only one commit remains
  • I have added tests to cover my changes.
  • I have properly enriched go doc comments in code.
  • I have properly documented any breaking change.

This concerns dodgy status code 451, now realigned to its current
definitions.

* fixes go-openapi#122

Signed-off-by: Frédéric BIDON <fredbi@yahoo.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented May 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.71%. Comparing base (c69b34d) to head (beb4fc0).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #427   +/-   ##
=======================================
  Coverage   81.71%   81.71%           
=======================================
  Files          50       50           
  Lines        3397     3397           
=======================================
  Hits         2776     2776           
  Misses        508      508           
  Partials      113      113           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fredbi fredbi merged commit 1114423 into go-openapi:master May 4, 2026
21 checks passed
@fredbi fredbi deleted the fix/122-official-http-code branch May 4, 2026 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

451 is "Unavailable for legal reasons" not "Wrong exchange server"

1 participant