Adar Dembo has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/14439 )

Change subject: webserver: support HTTP OPTIONS requests
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/14439/1/src/kudu/server/webserver-test.cc
File src/kudu/server/webserver-test.cc:

http://gerrit.cloudera.org:8080/#/c/14439/1/src/kudu/server/webserver-test.cc@464
PS1, Line 464:   curl_.set_custom_method("OPTIONS");
             :   curl_.set_return_headers(true);
             :   ASSERT_OK(curl_.FetchURL(url_, &buf_));
             :   ASSERT_STR_CONTAINS(buf_.ToString(),
             :                       "Allow: GET, POST, HEAD, OPTIONS, 
PROPFIND, MKCOL");
> Maybe, extract this as a method of WebserverTest and use in WebServerTest a
Done



--
To view, visit http://gerrit.cloudera.org:8080/14439
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Icc2328d41ebb30c9ab1b25cb28fcc7e56cc8a25b
Gerrit-Change-Number: 14439
Gerrit-PatchSet: 1
Gerrit-Owner: Adar Dembo <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]>
Gerrit-Comment-Date: Tue, 15 Oct 2019 21:04:42 +0000
Gerrit-HasComments: Yes

Reply via email to