Robert Collins 2d018c40ff Reuse digest authentication state.
Digest authentication is stateful - a nonce is given by the server and
used for the next request, and the response includes the next nonce
and so forth. By creating a digest state each time we issue a GET /
POST, we were starting that process over leading to a new 401 -
effectively doubling our request counts.

Change-Id: Ib9fc674760f6aec66daf5244c8f0150596ea3ae3
2014-07-12 20:23:42 -07:00
..
2014-07-12 20:23:39 -07:00
2014-04-29 16:28:49 -07:00
2014-05-07 21:35:07 -04:00
2014-05-30 08:44:22 -07:00
2014-06-02 10:14:18 -07:00
2014-05-30 08:44:22 -07:00
2014-06-02 10:14:18 -07:00
2014-07-12 20:23:29 -07:00
2014-06-16 17:42:56 +00:00
2014-05-30 18:05:01 -07:00
2014-07-12 20:23:42 -07:00