-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete bun_dev_http_server.zig
#7283
Conversation
@@ -3138,16 +3138,19 @@ fn handleResponseBodyChunkedEncodingFromMultiplePackets( | |||
buffer.list.items.ptr + (buffer.list.items.len -| incoming_data.len), | |||
&bytes_decoded, | |||
); | |||
if (comptime Environment.allow_assert) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops
❌ @Jarred-Sumner 3 files with test failures on bun-darwin-aarch64:
|
❌ @Jarred-Sumner 1 files with test failures on linux-x64-baseline:
|
❌ @Jarred-Sumner 5 files with test failures on bun-darwin-x64-baseline:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yay
* Rename http_client_async -> http * Delete bun_dev_http_server.zig * update these * [uws] Add method for getting SO_ERROR --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
What does this PR do?
We removed
bun dev
, but we left a lot of the code in there. This deletes more of it.How did you verify your code works?
It compiled