mllw

Results 7 comments of mllw

same as http only set tls auth mode like this if (strncmp("https", post_url->u_scheme, 5) == 0) { nng_http_client_get_tls(client, &tls_cfg); nng_tls_config_auth_mode(tls_cfg, NNG_TLS_AUTH_MODE_NONE); nng_tls_config_free(tls_cfg); }

step by step: 1、wails init -n wailstest DEB | Using go webview2loader Wails CLI v2.6.0 # Initialising Project 'wailstest' Project Name | wailstest Project Directory | e:\workspace\golang\wailstest\wailstest Template | Vanilla...

I first exported evhttp_get_request as a public function for logical processing. After accepting a socket, use bufferevent to read the handshake information, then determine the protocol type, if it is...

> Before using the http protocol, I need to detect the other network protocols.

I added a one by one function based on 4d85d28acdbb83bb60e500e9345bab757b64d6d1 and patched it, now it works fine, you can simply add this patch to vcpkg to use it。 in vcpkg...

I think expose evhttp_get_request_bufferevent is better than evhttp_get_request