Skip to content

Commit d1f0f11

Browse files
committed
fix inline code syntax in news
1 parent f87882e commit d1f0f11

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

docs/source/news.rst

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,30 @@ Changelog
66
=================
77

88
- document WEB_CONCURRENCY is set by, at least, Heroku
9-
- capture peername from accept: Avoid calls to getpeername by capturing the peer name returned by
10-
accept
9+
- capture peername from accept: Avoid calls to getpeername by capturing the peer name returned by accept
1110
- log a warning when a worker was terminated due to a signal
1211
- fix tornado usage with latest versions of Django
1312
- add support for python -m gunicorn
1413
- fix systemd socket activation example
15-
- allows to set wsgi application in configg file using `wsgi_app`
16-
- document `--timeout = 0`
14+
- allows to set wsgi application in configg file using ``wsgi_app``
15+
- document ``--timeout = 0``
1716
- always close a connection when the number of requests exceeds the max requests
1817
- Disable keepalive during graceful shutdown
1918
- kill tasks in the gthread workers during upgrade
2019
- fix latency in gevent worker when accepting new requests
2120
- fix file watcher: handle errors when new worker reboot and ensure the list of files is kept
2221
- document the default name and path of the configuration file
2322
- document how variable impact configuration
24-
- document the `$PORT` environment variable
23+
- document the ``$PORT`` environment variable
2524
- added milliseconds option to request_time in access_log
2625
- added PIP requirements to be used for example
2726
- remove version from the Server header
28-
- fix sendfile: use `socket.sendfile` instead of `os.sendfile`
29-
- reloader: use absolute path to prevent empty to prevent0 `InotifyError` when a file
27+
- fix sendfile: use ``socket.sendfile`` instead of ``os.sendfile``
28+
- reloader: use absolute path to prevent empty to prevent0 ``InotifyError`` when a file
3029
is added to the working directory
3130
- Add --print-config option to print the resolved settings at startup.
32-
- remove the `--log-dict-config` CLI flag because it never had a working format
33-
(the `logconfig_dict` setting in configuration files continues to work)
34-
31+
- remove the ``--log-dict-config`` CLI flag because it never had a working format
32+
(the ``logconfig_dict`` setting in configuration files continues to work)
3533

3634
** Breaking changes **
3735

0 commit comments

Comments
 (0)