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

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: WebKit
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Radoslaw Kintzi (rakin)
>Assigned to: Christoph Zwerschke (cito)
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

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

>Comment By: Christoph Zwerschke (cito)
Date: 2005-10-28 04:30

Message:
Logged In: YES 
user_id=193957

Thanks for the patch. I have checked it in for Webware
version 0.9.

I have added a check for APR_MAJOR_VERSION for the extra
argument in apr_socket_create; the rest should be downward
compatible.

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

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


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to