aboutsummaryrefslogtreecommitdiff
path: root/captain/gemini.f90
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2021-04-08 09:31:55 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2021-04-08 09:31:55 -0400
commiteaf8cf88305640cdaf274504c1cead5e88bf09d4 (patch)
tree6aa1814e7172f001c62ad2a15da86970b7e1860f /captain/gemini.f90
parent26eee62be8820373a61654c51c6f3622fe46d166 (diff)
downloadlevitating-eaf8cf88305640cdaf274504c1cead5e88bf09d4.tar.gz
levitating-eaf8cf88305640cdaf274504c1cead5e88bf09d4.zip
Fixed task handling inside the captain. Fixed static file delivery.
Diffstat (limited to 'captain/gemini.f90')
-rw-r--r--captain/gemini.f901
1 files changed, 1 insertions, 0 deletions
diff --git a/captain/gemini.f90 b/captain/gemini.f90
index db0ac17..02b57c7 100644
--- a/captain/gemini.f90
+++ b/captain/gemini.f90
@@ -265,6 +265,7 @@ contains
call req%path_component(1, first)
if(trim(first) == 'api') then
+ call write_log("API call encountered")
if(req%protocol == "gemini") then
resp = api_request_gemini(req)
call write_log("resp filename is: '"//trim(resp%body_filename)//"'")