Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

[Rust/sib] Mark as stripped#10610

Merged
msmith-techempower merged 1 commit into
TechEmpower:masterfrom
p8:sib/mark-as-stripped
Jan 23, 2026
Merged

[Rust/sib] Mark as stripped#10610
msmith-techempower merged 1 commit into
TechEmpower:masterfrom
p8:sib/mark-as-stripped

Conversation

@p8
Copy link
Copy Markdown
Contributor

@p8 p8 commented Jan 21, 2026

Sib hardcodes HTTP headers, so it should be marked as stripped:

"HTTP/1.1 200 OK\r\n\
Server: sib\r\n\
Date: {}\r\n\
Content-Type: application/json\r\n\
Content-Length: {}\r\n\
\r\n\

From the Test Requirements:

All implementations are expected (but not required) to be based on robust implementations of the HTTP protocol. Implementations that are not based on a realistic HTTP implementation will be marked as Stripped.

@joanhey
Copy link
Copy Markdown
Contributor

joanhey commented Jan 22, 2026

write!(
res,
"HTTP/1.1 200 OK\r\n\
Server: sib\r\n\
Date: {}\r\n\
Content-Type: text/plain\r\n\
Content-Length: 13\r\n\
\r\n\
Hello, World!",
h1_session::CURRENT_DATE.load()
)

@msmith-techempower msmith-techempower merged commit 9069a49 into TechEmpower:master Jan 23, 2026
4 checks passed
@p8 p8 deleted the sib/mark-as-stripped branch January 23, 2026 21:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants