prax.cr icon indicating copy to clipboard operation
prax.cr copied to clipboard

Rack proxy server for development (Crystal port)

Results 19 prax.cr issues
Sort by recently updated
recently updated
newest added

Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.0 to 2.2.0. Changelog Sourced from sinatra's changelog. 2.2.0 / 2022-02-15 Handle EOFError raised by Rack and return Bad Request 400 status. #1743 by tamazon Minor refactors...

dependencies

Bumps [puma](https://github.com/puma/puma) from 4.3.11 to 4.3.12. Release notes Sourced from puma's releases. 4.3.12 Security Close several HTTP Request Smuggling exploits (CVE-2022-24790) Changelog Sourced from puma's changelog. 4.3.12 / 2022-03-30 Security...

dependencies

Bumps [rack](https://github.com/rack/rack) from 2.0.7 to 2.1.4. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies

Bumps [rack](https://github.com/rack/rack) from 1.5.2 to 2.2.3. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies

If I send an HTTP 1.0 request, [according to specification,](https://stackoverflow.com/a/17438094) I can expect the server to automatically close the connection at the end unless both the client and server send...

So that apps with heavy startup process don't get killed every 10min one goes for a coffee. It keeps the monitor enabled by default though.

I'm using 0.7.0-1 (2017-04-07) on Ubuntu 16.04 and get this error with a Rails 3.1 application on Ruby 1.8.7. After touching tmp/restart.txt, Prax has problems killing application processes and even...

I am running Wheezy with Kernel version 3.16.0-0.bpo.4-amd64. I got the following message when I tried to install prax. ` ip6tables v1.4.14: unknown option "--to-ports" Try 'ip6tables -h' or 'ip6tables...

It would be nice for Prax to keep forwarding data back and forth after a sucessful websocket upgrade.

enhancement

This pull request replaces the previous one https://github.com/ysbaddaden/prax.cr/pull/22. Note that I made a PKGBUILD in a separate repository that you can find here: https://github.com/tijn/prax-arch . You may copy the PKGBUILD...