mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix NetworkService ServerTest.* failures and test name typo (see issue #2622).
Always return ERR_NONE and the response body if a CefURLRequest completes successfully, including for non-2xx status codes. This matches the behavior of the old network stack. To test: ServerTest.* tests pass with NetworkService enabled.
This commit is contained in:
@@ -3057,7 +3057,7 @@ TEST(ResourceRequestHandlerTest, FilterPassThruReadAll) {
|
||||
}
|
||||
|
||||
// Pass through contents unchanged. Read limited input.
|
||||
TEST(ResouseRequestHandlerTest, FilterPassThruReadLimited) {
|
||||
TEST(ResourceRequestHandlerTest, FilterPassThruReadLimited) {
|
||||
CefRefPtr<ResponseFilterTestHandler> handler =
|
||||
new ResponseFilterTestHandler(new ResponseFilterPassThru(true));
|
||||
handler->ExecuteTest();
|
||||
|
Reference in New Issue
Block a user