gramineproject / examples

Sample applications configs for Gramine
BSD 3-Clause "New" or "Revised" License
28 stars 22 forks source link

Add missing `wait_for_server` utility #21

Closed dimakuv closed 2 years ago

dimakuv commented 2 years ago

This utility is currently used only by Curl, but may be used by other client-server applications in the future.

We forgot to change the Curl Makefile while moving Curl away from the core Gramine repo.


This change is Reviewable