GitHub / tiny-http/tiny-http issues and pull requests
#285 - Avoid panic if remote_addr has hung up
Pull Request -
State: open - Opened by nickwood 5 months ago
#284 - Handle ECONNABORTED errors from accept()
Pull Request -
State: open - Opened by asomers 5 months ago
#283 - ECONNABORTED triggers a server shutdown
Issue -
State: open - Opened by asomers 5 months ago
#282 - fix: Make sure that the connection is indeed closed at the end of request
Pull Request -
State: open - Opened by sigamecar 6 months ago
#281 - Switch benches to use `divan`
Pull Request -
State: open - Opened by CosmicHorrorDev 11 months ago
#281 - Switch benches to use `divan`
Pull Request -
State: open - Opened by CosmicHorrorDev 11 months ago
#280 - Release, please
Issue -
State: closed - Opened by asomers about 1 year ago
- 1 comment
#279 - Minor changes
Pull Request -
State: closed - Opened by ananyabalagere about 1 year ago
#279 - Minor changes
Pull Request -
State: closed - Opened by ananyabalagere about 1 year ago
#278 - Does `other` `&str` parameter really need to have static lifetime in `HeaderField::equiv`?
Issue -
State: open - Opened by rakivo about 1 year ago
#277 - Use the `http` crate
Pull Request -
State: open - Opened by CosmicHorrorDev over 1 year ago
#277 - Use the `http` crate
Pull Request -
State: open - Opened by CosmicHorrorDev over 1 year ago
#276 - Cceerla shim
Pull Request -
State: closed - Opened by ClariseTG over 1 year ago
#276 - Cceerla shim
Pull Request -
State: closed - Opened by ClariseTG over 1 year ago
#275 - Don't panic on `drop`
Pull Request -
State: open - Opened by CosmicHorrorDev over 1 year ago
#275 - Don't panic on `drop`
Pull Request -
State: open - Opened by CosmicHorrorDev over 1 year ago
#274 - Get CI passing again
Pull Request -
State: open - Opened by CosmicHorrorDev over 1 year ago
- 1 comment
#274 - Get CI passing again
Pull Request -
State: open - Opened by CosmicHorrorDev over 1 year ago
#273 - pr for most recent commit. rewrote accept and wrote client
Pull Request -
State: closed - Opened by ananyabalagere over 1 year ago
#273 - pr for most recent commit. rewrote accept and wrote client
Pull Request -
State: closed - Opened by ananyabalagere over 1 year ago
#272 - `#[derive(Clone)]` on `Server`
Issue -
State: open - Opened by eflukx over 1 year ago
#271 - Update rustls
Pull Request -
State: open - Opened by jayvdb over 1 year ago
- 1 comment
#271 - Update rustls
Pull Request -
State: open - Opened by jayvdb over 1 year ago
#270 - derive for Header and HeaderField: PartialEq, Eq, PartialOrd, Ord
Pull Request -
State: open - Opened by robertosw over 1 year ago
#270 - derive for Header and HeaderField: PartialEq, Eq, PartialOrd, Ord
Pull Request -
State: open - Opened by robertosw over 1 year ago
#269 - derive PartialEq and Eq for Header
Issue -
State: closed - Opened by robertosw over 1 year ago
#268 - Replace UnixStream::connect with UnixStream::connect_addr
Pull Request -
State: closed - Opened by Lachstec over 1 year ago
#268 - Replace UnixStream::connect with UnixStream::connect_addr
Pull Request -
State: open - Opened by Lachstec over 1 year ago
#267 - Allow unicode headers
Issue -
State: open - Opened by Gagootron over 1 year ago
#266 - framework for shim
Pull Request -
State: closed - Opened by ananyabalagere over 1 year ago
#265 - Head response for big files with Content-Length
Issue -
State: open - Opened by nyovaya over 1 year ago
#264 - Allow replacing std::io::copy with explicit-buffer-size copying
Pull Request -
State: open - Opened by rawler almost 2 years ago
#264 - Allow replacing std::io::copy with explicit-buffer-size copying
Pull Request -
State: open - Opened by rawler almost 2 years ago
#263 - Configure larger BufReader for send and receive
Pull Request -
State: closed - Opened by rawler almost 2 years ago
- 2 comments
#263 - Configure larger BufReader for send and receive
Pull Request -
State: closed - Opened by rawler almost 2 years ago
- 2 comments
#262 - Increase logging
Issue -
State: open - Opened by LevitatingBusinessMan almost 2 years ago
#261 - tiny_http::Connection::from_stream
Issue -
State: open - Opened by ArunGust almost 2 years ago
#260 - Listen config parser
Pull Request -
State: open - Opened by mpalmer almost 2 years ago
#260 - Listen config parser
Pull Request -
State: open - Opened by mpalmer almost 2 years ago
#259 - Add `#[must_use]` to `Response` struct
Pull Request -
State: open - Opened by JarredAllen about 2 years ago
#259 - Add `#[must_use]` to `Response` struct
Pull Request -
State: open - Opened by JarredAllen about 2 years ago
#258 - Thread pool
Pull Request -
State: closed - Opened by weitianyuan about 2 years ago
#257 - Feat/ssl config
Pull Request -
State: closed - Opened by nanjingboy about 2 years ago
#257 - Feat/ssl config
Pull Request -
State: closed - Opened by nanjingboy about 2 years ago
#253 - Added section for running examples
Pull Request -
State: open - Opened by RPG-Alex about 2 years ago
#253 - Added section for running examples
Pull Request -
State: open - Opened by RPG-Alex about 2 years ago
#252 - crash in `capacity overflow` on SequentialReader in vec alloc
Issue -
State: open - Opened by harryhaaren about 2 years ago
- 5 comments
#251 - How to get the hostname and the port number?
Issue -
State: open - Opened by szabgab about 2 years ago
- 3 comments
#250 - How to get the full url?
Issue -
State: open - Opened by szabgab about 2 years ago
- 3 comments
#248 - .reader() + .writer() on ReadWrite
Pull Request -
State: closed - Opened by brandonros over 2 years ago
- 2 comments
#246 - add an example with a simple router
Pull Request -
State: open - Opened by brandonros over 2 years ago
#245 - empty string with `""` quote
Issue -
State: open - Opened by bozkayasalihx over 2 years ago
- 1 comment
#243 - Update version README.md
Pull Request -
State: open - Opened by mandarl almost 3 years ago
#242 - dep: Upgrade rustls v0.20 => v0.21
Pull Request -
State: closed - Opened by NobodyXu almost 3 years ago
- 2 comments
#242 - dep: Upgrade rustls v0.20 => v0.21
Pull Request -
State: closed - Opened by NobodyXu almost 3 years ago
- 3 comments
#241 - Add ssl-native-tls feature allowing using native-tls as an SSL backend
Pull Request -
State: closed - Opened by zvolin almost 3 years ago
- 4 comments
#240 - Use rust-native-tls instead of openssl directly
Issue -
State: closed - Opened by zvolin almost 3 years ago
- 2 comments
#238 - Rework HTTP response logic to avoid allocation
Issue -
State: open - Opened by dead-claudia almost 3 years ago
#237 - Update response.rs
Pull Request -
State: closed - Opened by jdeagleone almost 3 years ago
- 1 comment
#236 - How to setup a proxy?
Issue -
State: open - Opened by oilel about 3 years ago
#235 - Why not use eprintln?
Issue -
State: open - Opened by oilel about 3 years ago
#234 - reqwest.get from main thread to tiny-http server in other thread
Issue -
State: closed - Opened by NikZak about 3 years ago
- 16 comments
#233 - feat(num_connections) : request
Issue -
State: open - Opened by refct about 3 years ago
- 1 comment
#232 - Issue 56 - Add limit to size of headers
Pull Request -
State: open - Opened by kolbma over 3 years ago
- 3 comments
#230 - Make the log dependency optional
Pull Request -
State: closed - Opened by chloekek over 3 years ago
#229 - Support for unbuffered writes
Pull Request -
State: open - Opened by nightmared over 3 years ago
- 2 comments
#228 - Reduce dependencies, switch to `httpdate` crate
Pull Request -
State: closed - Opened by esheppa over 3 years ago
- 4 comments
#227 - Custom transports
Issue -
State: open - Opened by SoniEx2 over 3 years ago
#226 - Use ^1 zeroize
Pull Request -
State: closed - Opened by nhynes over 3 years ago
- 1 comment
#225 - Remove the 'static requirement on TestRequest::with_path
Pull Request -
State: closed - Opened by ruuda almost 4 years ago
- 1 comment
#224 - Add support for UNIX sockets
Pull Request -
State: closed - Opened by ColonelThirtyTwo almost 4 years ago
- 1 comment
#223 - Wrong dependency version of `log` (fails after `cargo update -Z minimal-versions`)
Issue -
State: closed - Opened by Tamschi almost 4 years ago
- 1 comment
#222 - SSL configuration doesn't support certificate chains
Issue -
State: closed - Opened by YuhanLiin about 4 years ago
- 2 comments
#221 - Use bounded thread pool
Issue -
State: open - Opened by mleonhard about 4 years ago
- 10 comments
#220 - Continue serving requests after failing to spawn a thread
Issue -
State: open - Opened by mleonhard about 4 years ago
- 3 comments
#219 - Add test for behavior when limits is hit for fd:s or threads
Pull Request -
State: open - Opened by rawler about 4 years ago
#218 - Add support for rustls
Pull Request -
State: closed - Opened by travispaul about 4 years ago
- 5 comments
#217 - tiny_http::Server::https (segmentation fault)
Issue -
State: closed - Opened by dertin about 4 years ago
- 1 comment
#214 - Remove chrono, use time directly, due to RUSTSEC-2020-0159
Pull Request -
State: closed - Opened by bitdivine about 4 years ago
- 2 comments
#213 - Add optional serde feature
Pull Request -
State: closed - Opened by cjcole over 4 years ago
- 2 comments
#213 - Add optional serde feature
Pull Request -
State: open - Opened by cjcole over 4 years ago
- 1 comment
#212 - Add option to use rustls 0.20.
Pull Request -
State: closed - Opened by ghost over 4 years ago
- 5 comments
#211 - Add a convenient method getting a string from Request.
Pull Request -
State: closed - Opened by grantshandy over 4 years ago
- 3 comments
#210 - Make the log dependency optional
Pull Request -
State: closed - Opened by mitsuhiko over 4 years ago
- 2 comments
#209 - Add a feature or option to turn off the `Server: tiny-http (Rust)` header
Issue -
State: open - Opened by stackinspector over 4 years ago
- 2 comments
#208 - various refactorings, 2018 edition
Pull Request -
State: closed - Opened by ibraheemdev over 4 years ago
- 2 comments
#207 - Prompt responses
Pull Request -
State: closed - Opened by JRoush over 4 years ago
- 3 comments
#206 - Sending response before request is fully read
Issue -
State: closed - Opened by JRoush over 4 years ago
- 1 comment
#205 - why four times thread are getting created for a single server?
Issue -
State: open - Opened by 101mirsha almost 5 years ago
- 1 comment
#204 - Fix SSL warnings
Pull Request -
State: closed - Opened by bmgxyz almost 5 years ago
- 1 comment
#203 - Make Request testing easier
Pull Request -
State: closed - Opened by bmgxyz almost 5 years ago
- 8 comments
#202 - Pushes to master are gated on Travis CI step
Issue -
State: closed - Opened by bradfier almost 5 years ago
- 1 comment
#201 - If could if why if is if could if server if could if unreachable if inside if of if codeblock?
Issue -
State: closed - Opened by justintim-es almost 5 years ago
- 1 comment
#200 - Enable GitHub Actions CI
Pull Request -
State: closed - Opened by bradfier almost 5 years ago
- 1 comment
#199 - Maintenance Status
Issue -
State: closed - Opened by bradfier almost 5 years ago
- 5 comments
#198 - Don't honour client TE for 1xx or 204 responses
Pull Request -
State: closed - Opened by bradfier almost 5 years ago
#197 - Small dependency optimization: Don't import "oldtime" into chrono
Pull Request -
State: closed - Opened by alexwennerberg about 5 years ago
- 1 comment
#196 - Prevent duplicate Content-Type headers
Pull Request -
State: closed - Opened by bmgxyz about 5 years ago
- 3 comments
#195 - Panic when out of file descriptors
Issue -
State: open - Opened by nikclayton-dfinity about 5 years ago
- 7 comments
#194 - Backport #190 for 0.6.x
Pull Request -
State: closed - Opened by bradfier about 5 years ago
- 1 comment