1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
Commit graph

5 commits

Author SHA1 Message Date
Łukasz Maślej
34c3c59809
Allow configuring request uri max length & request path max length (#2840) 2022-04-13 17:55:45 -06:00
Jacob Herrington
21e9a4a65b
Clean up and format markdown documentation (#2714)
* Revise and format architecture docs [ci skip]

* Fix typo and format compile options doc [ci skip]

* Revise and format deployment doc [ci skip]

* Revise and format plugins doc [ci skip]

* Fix mechanical typos [ci skip]

* Revise restart.md [ci skip]

* Revise signals.md [ci skip]

* Revise stats.md [ci skip]

* Revise and format systemd.md [ci skip]
2021-09-25 17:18:28 -06:00
Oskar Pearson
88cec26d79
Improve quoting of bundle cflags (#2514)
Ensure that the full cflags option is quoted when
using bundle install

Without this, compilation would fail with this error:

Installing puma 5.1.1 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

    current directory: /usr/local/bundle/gems/puma-5.1.1/ext/puma_http11
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.7.0 -r
./siteconf20201214-9-1yhulk9.rb extconf.rb --with-cflags\=-D
PUMA_QUERY_STRING_MAX_LENGTH\=64000
checking for BIO_read() in -lcrypto... *** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers.  Check the mkmf.log file for more details.  You may
need configuration options.
2020-12-14 14:23:30 -07:00
Olle Jonsson
732383b81f
compile_options.md: mention option in heading (#2501)
This change tries to improve the flow of the sentences, and to improve scannability.
2020-12-01 06:47:24 -07:00
蒼時弦や
ea81fba045
Allow configuring query string max length (#2485)
* Allow configuring query string max length

* Expand changable variable in puma_http11.c to make error messages helpful

* Add compile options document and update changelog
2020-11-18 08:07:15 -07:00