mirror of
https://github.com/matze/wastebin.git
synced 2026-04-25 00:25:59 +03:00
[PR #149] [CLOSED] feat: use multipart instead of x-www-form-urlencoded #179
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wastebin-matze#179
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/matze/wastebin/pull/149
Author: @NemoDacremont
Created: 4/3/2025
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
917847efeat: use multipart instead of x-www-form-urlencoded to try to avoid unwanted CRLF in pastes📊 Changes
3 files changed (+54 additions, -6 deletions)
View changed files
📝
crates/wastebin_server/Cargo.toml(+1 -1)📝
crates/wastebin_server/src/handlers/insert/form.rs(+52 -4)📝
crates/wastebin_server/templates/index.html(+1 -1)📄 Description
The goal is to prevent sending CRLF when the input uses LF (#148)
What is there :
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.