You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2007/02/15 05:41:26 UTC

svn commit: r507813 - in /webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http: Makefile.am http_transport_utils.c receiver/Makefile.am sender/Makefile.am

Author: dinesh
Date: Wed Feb 14 20:41:25 2007
New Revision: 507813

URL: http://svn.apache.org/viewvc?view=rev&rev=507813
Log:
axis2c-486:axis2_out_tranport_info has dependancy on http_header, moving http_header.c into axis2_http.la

Modified:
    webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/Makefile.am
    webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/http_transport_utils.c
    webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/receiver/Makefile.am
    webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/sender/Makefile.am

Modified: webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/Makefile.am?view=diff&rev=507813&r1=507812&r2=507813
==============================================================================
--- webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/Makefile.am (original)
+++ webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/Makefile.am Wed Feb 14 20:41:25 2007
@@ -2,6 +2,7 @@
 noinst_LTLIBRARIES = libaxis2_http.la
 
 libaxis2_http_la_SOURCES = http_transport_utils.c\
+			   http_header.c\
 		           http_chunked_stream.c
 
 libaxis2_http_la_LIBADD=$(top_builddir)/util/src/libaxis2_util.la \

Modified: webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/http_transport_utils.c
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/http_transport_utils.c?view=diff&rev=507813&r1=507812&r2=507813
==============================================================================
--- webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/http_transport_utils.c (original)
+++ webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/http_transport_utils.c Wed Feb 14 20:41:25 2007
@@ -39,7 +39,7 @@
 
 #define AXIOM_MIME_BOUNDARY_BYTE 45
 const axis2_char_t * AXIS2_TRANS_UTIL_DEFAULT_CHAR_ENCODING =  AXIS2_HTTP_HEADER_DEFAULT_CHAR_ENCODING;
-int axis2_http_socket_read_timeout = 0;
+
 /***************************** Function headers *******************************/
 
 AXIS2_EXTERN axis2_status_t AXIS2_CALL

Modified: webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/receiver/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/receiver/Makefile.am?view=diff&rev=507813&r1=507812&r2=507813
==============================================================================
--- webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/receiver/Makefile.am (original)
+++ webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/receiver/Makefile.am Wed Feb 14 20:41:25 2007
@@ -1,5 +1,5 @@
 lib_LTLIBRARIES = libaxis2_http_receiver.la
-libaxis2_http_receiver_la_LIBADD=	$(top_builddir)/util/src/libaxis2_util.la
+libaxis2_http_receiver_la_LIBADD=$(top_builddir)/util/src/libaxis2_util.la
 
 
 libaxis2_http_receiver_la_SOURCES = http_response_writer.c\

Modified: webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/sender/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/sender/Makefile.am?view=diff&rev=507813&r1=507812&r2=507813
==============================================================================
--- webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/sender/Makefile.am (original)
+++ webservices/axis2/scratch/c/dinesh/486/c/modules/core/transport/http/sender/Makefile.am Wed Feb 14 20:41:25 2007
@@ -6,7 +6,6 @@
                                   http_request_line.c\
 				  http_simple_response.c\
 				  http_status_line.c\
-				  http_header.c\
                                   rest_sender.c\
                                   http_client.c
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org