X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fhs_apps%2Fhttp_server.c;h=cc998a6f661953ac105f3bf31cdd28e8b78e1f3d;hb=e5d34919b;hp=ace3c75ebb86f40e0917132c4aea97edfdf9b475;hpb=e3b8682d3f180a89ef7c37a7387adbfa088013b9;p=vpp.git diff --git a/src/plugins/hs_apps/http_server.c b/src/plugins/hs_apps/http_server.c index ace3c75ebb8..cc998a6f661 100644 --- a/src/plugins/hs_apps/http_server.c +++ b/src/plugins/hs_apps/http_server.c @@ -429,7 +429,7 @@ found: html = format (html, "%v", reply); html = format (html, html_footer); /* And the http reply */ - http = format (0, http_ok, vec_len (http_ok)); + http = format (0, http_ok); http = format (http, http_response, vec_len (html), html); /* Send it */