Commit 9503af3d authored by Nils Goroll's avatar Nils Goroll

be more precise about bodies

parent b5150c99
...@@ -26,7 +26,8 @@ vcl_backend_* {} ...@@ -26,7 +26,8 @@ vcl_backend_* {}
vcl_backend_fetch {} vcl_backend_fetch {}
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
* added write access to ``bereq.body``, the request body * added write access to ``bereq.body``, the request body, only
supported with ``unset`` yet.
* We now send request bodies by default (see :ref:_whatsnew_changes_5.0). * We now send request bodies by default (see :ref:_whatsnew_changes_5.0).
To keep the previous behaviour, add the following code before any To keep the previous behaviour, add the following code before any
...@@ -40,7 +41,8 @@ vcl_backend_fetch {} ...@@ -40,7 +41,8 @@ vcl_backend_fetch {}
vcl_backend_error {} vcl_backend_error {}
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
* added write access to ``beresp.body``, the response body * added write access to ``beresp.body``, the response body. This is
planned to replace ``synthetic()`` in future releases.
vcl_deliver {} vcl_deliver {}
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
...@@ -51,7 +53,8 @@ vcl_deliver {} ...@@ -51,7 +53,8 @@ vcl_deliver {}
vcl_synth {} vcl_synth {}
~~~~~~~~~~~~ ~~~~~~~~~~~~
* added write access to ``resp.body``, the response body * added write access to ``resp.body``, the response body. This is
planned to replace ``synthetic()`` in future releases.
Management interface Management interface
==================== ====================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment