Auto merge of #2529 - str4d:2444-rpc-www-authenticate, r=daira

[rpc] Add WWW-Authenticate header to 401 response

Fix cherry-picked from upstream PR bitcoin/bitcoin#7472.

Closes #2444.
This commit is contained in:
Homu
2017-07-25 15:36:33 -07:00
4 changed files with 77 additions and 6 deletions

View File

@@ -21,6 +21,7 @@ zcash_gtest_SOURCES += \
gtest/test_tautology.cpp \
gtest/test_deprecation.cpp \
gtest/test_equihash.cpp \
gtest/test_httprpc.cpp \
gtest/test_joinsplit.cpp \
gtest/test_keystore.cpp \
gtest/test_noteencryption.cpp \