diff options
author | snowdrop | 2004-09-19 07:05:01 +0000 |
---|---|---|
committer | snowdrop | 2004-09-19 07:05:01 +0000 |
commit | d2c445f5d7cf21606c9878bff3e4046c283944df (patch) | |
tree | c562922b592bc3359a9dd12a671eff2974829592 /libcsoap/soap-service.c | |
parent | 6ea7f7e0961d05c5f0d995eecc785d1fd1e96b6f (diff) | |
download | csoap-d2c445f5d7cf21606c9878bff3e4046c283944df.tar.gz csoap-d2c445f5d7cf21606c9878bff3e4046c283944df.tar.bz2 |
Added http stream feature (only input stream yet)
Added DIME "client" support (very experimental)
Diffstat (limited to 'libcsoap/soap-service.c')
-rw-r--r-- | libcsoap/soap-service.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libcsoap/soap-service.c b/libcsoap/soap-service.c index 8f87fb5..e8ef81d 100644 --- a/libcsoap/soap-service.c +++ b/libcsoap/soap-service.c @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: soap-service.c,v 1.3 2004/08/26 17:06:18 rans Exp $ +* $Id: soap-service.c,v 1.4 2004/09/19 07:05:03 snowdrop Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -85,4 +85,5 @@ void soap_service_free(SoapService *service) free(service); log_verbose1("leave with success"); -}
\ No newline at end of file +} + |