Patches item #1094381, was opened at 2005-01-02 11:04
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=1094381&group_id=4866

Category: WebKit
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Radoslaw Kintzi (rakin)
Assigned to: Nobody/Anonymous (nobody)
Summary: patch for mod_webkit2.c to work with apr-1.0.0

Initial Comment:
This patch fix problems with mod_webkit2 and apr-1.0.0.
Like I said on webware-devel:
"It seems like they don't like APR_BRIGADE_FOREACH
macro any more. And there is an extra argument in
apr_socket_create function to specify protocol of the
socket. It can have one of value: APR_PROTO_TCP,
APR_PROTO_UDP or APR_PROTO_SCTP."
I choose APR_PROTO_TCP in this patch.
And we should use apr_socket_send and
apr_socket_connect functions instead of apr_send and
apr_connect.

See:
*
http://apr.apache.org/docs/apr-util/group__APR__Util__Bucket__Brigades.html#a80
*
http://apr.apache.org/docs/apr/group__apr__network__io.html#ga6

Radek

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=1094381&group_id=4866


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to