| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8b515b2 commit 4001b24
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -280,13 +280,11 @@ class SSLWrap { | |||
| 280 | 280 | static void SetSession(const v8::FunctionCallbackInfo<v8::Value>& args); | |
| 281 | 281 | static void LoadSession(const v8::FunctionCallbackInfo<v8::Value>& args); | |
| 282 | 282 | static void IsSessionReused(const v8::FunctionCallbackInfo<v8::Value>& args); | |
| 283 | - static void IsInitFinished(const v8::FunctionCallbackInfo<v8::Value>& args); | ||
| 284 | 283 | static void VerifyError(const v8::FunctionCallbackInfo<v8::Value>& args); | |
| 285 | 284 | static void GetCurrentCipher(const v8::FunctionCallbackInfo<v8::Value>& args); | |
| 286 | 285 | static void EndParser(const v8::FunctionCallbackInfo<v8::Value>& args); | |
| 287 | 286 | static void CertCbDone(const v8::FunctionCallbackInfo<v8::Value>& args); | |
| 288 | 287 | static void Renegotiate(const v8::FunctionCallbackInfo<v8::Value>& args); | |
| 289 | - static void Shutdown(const v8::FunctionCallbackInfo<v8::Value>& args); | ||
| 290 | 288 | static void GetTLSTicket(const v8::FunctionCallbackInfo<v8::Value>& args); | |
| 291 | 289 | static void NewSessionDone(const v8::FunctionCallbackInfo<v8::Value>& args); | |
| 292 | 290 | static void SetOCSPResponse(const v8::FunctionCallbackInfo<v8::Value>& args); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments