ceftests: Fix CookieTest failure with --use-test-http-server (see issue #3348)

This commit is contained in:
Marshall Greenblatt
2022-08-01 21:09:02 -04:00
parent cd60f9821f
commit 01a8a61f10
4 changed files with 18 additions and 11 deletions

View File

@@ -16,6 +16,8 @@
CefTime CefTimeFrom(CefBaseTime value);
CefBaseTime CefBaseTimeFrom(const CefTime& value);
std::string AsciiStrToLower(const std::string& str);
// Test that CefRequest::HeaderMap objects are equal. Multiple values with the
// same key are allowed, but not duplicate entries with the same key/value. If
// |allowExtras| is true then additional header fields will be allowed in