[dokuwiki] git changes 2018-04-15

  • From: xref@xxxxxxxxxxxx (DokuWiki Develtools)
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Sun, 15 Apr 2018 03:00:03 +0200


Good Morning!

This are the git changes for DokuWiki committed
yesterday. Please test them and report bugs.

---------------------------------------------------------------------

http://github.com/splitbrain/dokuwiki/commit/75c3272ad924427fca43943c8112d4c2d9698e08
Merge: 62035cb 079e013
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sat Apr 14 08:26:50 2018 +0200

    Merge pull request #2309 from splitbrain/fix204HTTPResult
    
    DokuHTTPClient: Add handling for 204: No Content responses


http://github.com/splitbrain/dokuwiki/commit/079e01378e7009bd792c96cc7b1652a6ebd051d7
Author: Michael Große <grosse[at]cosmocode.de>
Date:   Fri Apr 13 15:49:21 2018 +0200

    fix(HTTPClient): add handling for 204: No Content responses
    
    This fixes a bug that would occur if the DokuHTTPClient receives a 204
    response, e.g. as a result for a request to delete something. It would
    still try to read the body, which fails, thus producing a timeout and
    finally throwing an exception.
    
    This fix instructs the HTTPClient to not read the (not existing) body if
    it receives a 204.

---------------------------------------------------------------------

You can download individual diffs or patches by appending .diff or
.patch to the given commit URLs above.

Bye,
your git changelog mailer


-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts:

  • » [dokuwiki] git changes 2018-04-15 - DokuWiki Develtools