add WINIX_SAVE_FILELOG plugin message
This commit is contained in:
@@ -303,14 +303,20 @@ namespace Winix
|
||||
|
||||
// http headers (without cookies) were created and are ready to send
|
||||
// here you can make some changes to them
|
||||
// in p1 you have a pointer to the PT::Space (Request::out_headers)
|
||||
// in p1 you have a pointer to the pt::Space (Request::out_headers)
|
||||
#define WINIX_PREPARE_TO_SEND_HTTP_HEADERS 31070
|
||||
|
||||
// http cookies were created and are ready to send
|
||||
// here you can make some changes to them
|
||||
// in p1 you have a pointer to the PT::Space (Request::out_cookies)
|
||||
// in p1 you have a pointer to the pt::Space (Request::out_cookies)
|
||||
#define WINIX_PREPARE_TO_SEND_HTTP_COOKIES 31080
|
||||
|
||||
// a file log was saved
|
||||
// in p1 you have a pointer to the pt::WTextStream buffer
|
||||
// this can be called from a different thread but with locking
|
||||
#define WINIX_SAVE_FILELOG 31090
|
||||
|
||||
|
||||
|
||||
/*
|
||||
messages sent from other threads
|
||||
|
||||
Reference in New Issue
Block a user