We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d6e5c4 + e14c84a commit 0840b31Copy full SHA for 0840b31
client/albatross_client.ml
@@ -101,6 +101,8 @@ let http_get_redirect ~happy_eyeballs uri =
101
(match Http_lwt_client.Headers.get resp.Http_lwt_client.headers "location" with
102
| None -> Error (`Msg "no Location header received in HTTP reply")
103
| Some loc -> Ok loc)
104
+ | `Not_found ->
105
+ Error (`Msg "couldn't find the unikernel in the repository")
106
| _ ->
107
Logs.warn (fun m -> m "received HTTP reply: %a" Http_lwt_client.pp_response resp);
108
Error (`Msg "unexpected HTTP reply")
0 commit comments