Skip to content
Snippets Groups Projects
  1. Aug 02, 2014
  2. Aug 01, 2014
  3. Jul 30, 2014
  4. Jul 29, 2014
  5. Jul 28, 2014
  6. Jul 26, 2014
  7. Jul 24, 2014
  8. Jul 21, 2014
  9. Jul 20, 2014
  10. Jul 19, 2014
  11. Jul 18, 2014
  12. Jul 17, 2014
  13. Jul 15, 2014
  14. Jul 12, 2014
  15. Jul 10, 2014
  16. Jul 05, 2014
  17. Jul 04, 2014
    • Andreas Gohr's avatar
      allow for easier HTTPClient debugging · 2314059e
      Andreas Gohr authored
      Sometimes users report bugs or problems releated to HTTP connections
      made by our HTTPCient (eg. in the extension manager or XMLRPC).
      Debugging those problems previously required modifying some sources to
      enable the debugging output of the HTTPClient.
      This patch adds a way to enable the debugging via a request parameter.
      Since HTTP requests are often done only *after* some button was clicked,
      the parameter is also looked for in the referrer of a request.
      Debugging output is enabled through the existence of the parameter
      'httpdebug' and is directly printed to the screen. Debugging HTTP only
      works when allowdebug is enabled.
      2314059e
Loading