From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 9E4A8793EA for ; Tue, 17 Feb 2015 01:49:54 -0800 (PST) Received: by mail-wg0-f52.google.com with SMTP id x12so24219760wgg.11 for ; Tue, 17 Feb 2015 01:49:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=6M45+VBuLaPd6L8BvLNhGvgK8IyCCphd3R+LekGZcss=; b=d6NloX4C1lRcCMPfL5BWuaTMmiOe3blu74tCZei1IMcOXMaV2LyPUJ7CpZIg5FVUhb cFq5RWBwQMuPcGN4Wpu7N+Rbz3iGUdgooJOlC2HBikVmf/ecTOodKi8eSgFKvMPW8odO 4TRj1n0gAkGJCeLckcHk0V9DWvBNfZMrCPxeJ8i8+gytRtwyU9FSmLbbWbXLvtml41r0 9CgOUmDhsQwkGQeFCZDdykoeqk/zIAUOMkN5fLPfqpPV7gQHLq0EdsWVxfz9eG96/hnZ OnnTJgg4hkKeAy+atNLNFtFJVAL7ET7yUjg/VCmZxpF4Vo9aMHzU3a9ZYT5AvzDiubp8 OZgQ== X-Received: by 10.194.240.97 with SMTP id vz1mr60564527wjc.155.1424166571488; Tue, 17 Feb 2015 01:49:31 -0800 (PST) Received: from toaster.adamthompson.me.uk (toaster.adamthompson.me.uk. [2001:8b0:1142:9042::2]) by mx.google.com with ESMTPSA id ej10sm19367547wib.1.2015.02.17.01.49.30 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Feb 2015 01:49:30 -0800 (PST) Date: Tue, 17 Feb 2015 09:49:23 +0000 From: Adam Thompson To: edbrowse-dev@lists.the-brannons.com Message-ID: <20150217094923.GA31398@toaster.adamthompson.me.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Subject: [Edbrowse-dev] edbrowse erroneously prints a warning on receiving a 201 status code X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 09:49:55 -0000 --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, Minor cosmetic (I guess) bug. When using a system at work I see the following for a particular web request (triggering a job with the Jenkins CI system in case you're interested): warning: http error 201, CreatedAccepted Whereas it's useful to see the response code (Jenkins returns no response body) it's also wrong to print a warning since the response code actually indicates success. I'm wondering in these cases whether it'd be useful to have a command to display the response code when you get a non-error response code but a 0-length response (though I think keeping the current behavior with 404 and friends is a good thing). Cheers, Adam. --MGYHOYXEY6WxJCY8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJU4w6jAAoJELZ22lNQBzHOg00H/j3v/CsFkGBQ8nCnBLudxPf+ s2Cwn6RKYATBh8suJxvNbhTgEd6WTehJ3kpY9Tcn9YVWRw7PDsrAv+slUQHuyB/7 p/3rwWKZ2e2B3u9JbPl1g6PoF18dCGHSu/dIzYZuoKY4cX8iZ8k5rtMPC9UEA0Nq uAaeYDnsA3R21c3fMDv+bMyXgIPzD48ur60oNDS4uDxJSKlZGW771M+rFJPWcHqq 1yU73FTTkqdseH9u8QIMkkutLhigIk5JY7XQiPpLAgmqNf57sgs4wdYZg/EJx02A QaN8YiptXweKWOIkVdo10ONJ3nSmgUGRtSpDj0WDsDVUSqju1rHRuggy6S29CVQ= =xiaZ -----END PGP SIGNATURE----- --MGYHOYXEY6WxJCY8--