test-client: fix broken protocol names
[platform/upstream/libwebsockets.git] / test-server / test-server.h
index 41602ae..7158abc 100644 (file)
@@ -77,6 +77,15 @@ struct per_session_data__http {
        int reason_bf;
 #endif
        unsigned int client_finished:1;
+
+
+       struct lws_spa *spa;
+       char result[500 + LWS_PRE];
+       int result_len;
+
+       char filename[256];
+       long file_length;
+       lws_filefd_type post_fd;
 };
 
 /*