actix-web
actix-web copied to clipboard
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
## Expected Behavior Starting up the HTTPS server without any issues. ## Current Behavior Program exit with -1073741571 error code ## Steps to Reproduce (for bugs) 1. use Open SSL...
## PR Type Feature ## PR Checklist - [ ] Tests for the changes have been added / updated. - [X] Documentation comments have been added / updated. - [X]...
## Expected Behavior Any request will be responded using the defined routes. ## Current Behavior All requests are responded with 408 ## Possible Solution Knowing how io_uring works, maybe a...
## PR Type Bug Fix ## PR Checklist - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated....
## PR Type Feature ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [ ]...
## PR Type Bug fix ## PR Checklist - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated....
## PR Type Feature / Refactor ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. -...
### **Current Behavior** Currently, to check if a resource matches a definition using capture_match_info_fn, we always need to pass a function to perform additional checks. This causes two problems: *...
## PR Type Fix / Feature (not sure) ## PR Checklist - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been...
## Expected Behavior The test executes till the end and the program exits with no errors. ## Current Behavior The program, on some of the github actions machines, stops suddenly...