]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/seastar/include/seastar/http/handlers.hh
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / seastar / include / seastar / http / handlers.hh
index 9f794de669fea0c74185af69586c8f2abca62987..5465dde296858a8b2699ab91a482d71694c51801 100644 (file)
@@ -24,7 +24,6 @@
 #include <seastar/http/request.hh>
 #include <seastar/http/common.hh>
 #include <seastar/http/reply.hh>
-#include <seastar/core/future-util.hh>
 
 #include <unordered_map>
 
@@ -46,7 +45,6 @@ public:
      * All handlers should implement this method.
      *  It fill the reply according to the request.
      * @param path the url path used in this call
-     * @param params optional parameter object
      * @param req the original request
      * @param rep the reply
      */