cloudflare / cloudflare/quiche

quiche-server ignores POST request payloads

Open
#1,401 1 comment 0 reactions 1 assignee Claimed by @LPardue View on GitHub
Dominant language
Rust
Stars
11.8k
Forks
1.1k
Avg merge
21h 9m
Merged PRs (30d)
6

Description

The quiche-server currently ignores POST request payloads and decides the response based on headers alone (https://github.com/cloudflare/quiche/blob/master/apps/src/common.rs#L1555). It would be helpful for the server to properly consume and drain the stream for tests involving POST requests (#1400).

I started to implement this a while ago so feel free to reference but I don't think I can carry this PR through right now: https://github.com/cloudflare/quiche/compare/master...ygina:quiche:http-post?expand=1

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.