]> sourceware.org Git - systemtap.git/commit
The httpd server now support downloading the built module.
authorDavid Smith <dsmith@redhat.com>
Thu, 8 Jun 2017 16:34:15 +0000 (11:34 -0500)
committerDavid Smith <dsmith@redhat.com>
Thu, 8 Jun 2017 16:34:15 +0000 (11:34 -0500)
commitda23dba0e9dafe3a8d890eeb1bfaca79a641b224
tree846d487742a13b7fa6e4771cf530bc3a02fda2ac
parent497b262bef1dfbefdb90fc9e3b50e9c212b3e6e2
The httpd server now support downloading the built module.

* httpd/main.cxx (result_info::generate_file_response): New function.
  (class result_file_rh): New class.
  (main): Add result file request handler to the server.
* httpd/server.cxx (server::queue_response): Add code to handle file
  downloads.
* httpd/server.h (struct response): Add 'file' member variable.
* httpd/client.py: Add code to download module.
httpd/client.py
httpd/main.cxx
httpd/server.cxx
httpd/server.h
This page took 0.026167 seconds and 5 git commands to generate.