X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=server.h;fp=server.h;h=d6e6e618c1c296fa10187c7fbd4fedb7712d4f02;hp=372799778f8411f42a95506e49ad0443175dcb8f;hb=4935d50a97f7391795b7974b40c85003189f117a;hpb=99205463d64d82c99fe72f4e6000afc63e0604ba diff --git a/server.h b/server.h index 3727997..d6e6e61 100644 --- a/server.h +++ b/server.h @@ -190,7 +190,7 @@ private: // Reads regular data fro ma socket. Returns -1 if the processing // should go to sleep (an error, or no data available yet), otherwise // the number of bytes read. - int read_nontls_data(Client *client, char *buf, size_t max_size); + int read_plain_data(Client *client, char *buf, size_t max_size); // Reads (decrypted) data from a TLS socket. Returns -1 if the processing // should go to sleep (an error, or no data available yet), otherwise