You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
939 B

  1. From 3e94c95f577cfbd3921545bacc92dd638739859c Mon Sep 17 00:00:00 2001
  2. From: Thierry FOURNIER <thierry.fournier@ozon.io>
  3. Date: Wed, 14 Dec 2016 19:43:08 +0100
  4. Subject: [PATCH 06/19] DOC: lua: section declared twice
  5. This patch remove the second section.
  6. This patch should be backported in versions 1.6 and 1.7
  7. (cherry picked from commit d7f2eb6f7eb7218b9f85fb59e24d1d414d6b9fae)
  8. ---
  9. doc/lua-api/index.rst | 4 ----
  10. 1 file changed, 4 deletions(-)
  11. diff --git a/doc/lua-api/index.rst b/doc/lua-api/index.rst
  12. index 3cb2b4b..8d3bdf0 100644
  13. --- a/doc/lua-api/index.rst
  14. +++ b/doc/lua-api/index.rst
  15. @@ -2065,10 +2065,6 @@ AppletHTTP class
  16. AppletHTTP.headers["accept"][2] = "*/*, q=0.1"
  17. ..
  18. -.. js:attribute:: AppletHTTP.headers
  19. -
  20. - Contains an array containing all the request headers.
  21. -
  22. .. js:function:: AppletHTTP.set_status(applet, code)
  23. This function sets the HTTP status code for the response. The allowed code are
  24. --
  25. 2.10.2