-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extended messages cannot have required fields (must be optional). #12
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Roland Haeder <roland@mxchange.org>
Thanks. this might be due to using a new protocol buffer version. What version are you using ? |
$ protoc --version Is my change working with older versions? Then, I think, it is save to merge. :-) |
…rriant. Signed-off-by: Roland Haeder <roland@mxchange.org>
- header('Location: bla-blub'); does *NOT* abort the script, *ALWAYS* use an explicit exit() call! - Check for $_SERVER array elements, not all browsers may send it causing E_NOTICE (bad code style) - Converted double-quotes to single-quotes - if() and else conditions are now in one line + curly braces are always explicitly set - Other small cleanups Signed-off-by: Roland Haeder <roland@mxchange.org>
Signed-off-by: Roland Haeder <roland@mxchange.org>
…ification it *MUST* be prefixed with 'X-'. Signed-off-by: Roland Haeder <roland@mxchange.org>
Signed-off-by: Roland Haeder <roland@mxchange.org>
Signed-off-by: Roland Haeder <roland@mxchange.org>
Signed-off-by: Roland Haeder <roland@mxchange.org>
Signed-off-by: Roland Haeder <roland@mxchange.org>
Signed-off-by: Roland Haeder <roland@mxchange.org>
Signed-off-by: Roland Haeder <roland@mxchange.org>
Error: 1 (Out of memory) in plugin websearch-api-compat caught in top-level handler This only happens on my LAN instance, not the one at https://seeks.mxchange.org/search.php ... Signed-off-by: Roland Haeder <roland@mxchange.org>
Signed-off-by: Roland Haeder <roland@mxchange.org>
Signed-off-by: Roland Haeder <roland@mxchange.org>
Signed-off-by: Roland Haeder <roland@mxchange.org>
…ines added. Signed-off-by: Roland Haeder <roland@mxchange.org>
Signed-off-by: Roland Haeder <roland@mxchange.org>
:-( All commits end up here in one merge request ...
They should have made this notice bigger. |
Thanks, I'll take time to review this. |
http://tools.ietf.org/html/rfc6648 Signed-off-by: Roland Haeder <roland@mxchange.org>
My apologies I was taken elsewhere and missed this PR. Is this still relevant ? Are you using Seeks ? |
I am using Seeks every day. I am willing to test whatever there is to test in this PR. |
There is an error when I use the proto file db_query_record_msg.proto:
db_query_record_msg.proto:36:11: Message extensions cannot have required fields.
/home/quix0r/git/seeks/src/plugins/query_capture/Makefile:850: recipe for target 'db_query_record_msg.pb.cc' failed
make: *** [db_query_record_msg.pb.cc] Error 1
This small change fixes it.