Skip to content
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

main #3

Open
wants to merge 499 commits into
base: master
Choose a base branch
from
Open

main #3

wants to merge 499 commits into from

Conversation

mkatoch
Copy link

@mkatoch mkatoch commented Jan 16, 2015

No description provided.

Steighton and others added 30 commits January 16, 2013 11:09
…to maintain consistency with the underlying HttpConnection method.
…ta out of an error stream, and so that we always rethrow an Exception after collecting debug data.
…zationEnvelope.java

��Get the namespace from mappings if available when arrayType is removed for .Net
…zationEnvelope.java

Including namespace in object body necessary for .NET complex types
…zationEnvelope.java

Why not prefer the namespace from the propertyInfo also. It enables advanced customization
timeout variable has been removed from KeepAliveHttpsTransportSE
and HttpsTransportSE classes. Because it hides super class
variable Transport.timeout
Duplicated variables removed from KeepAliveHttpsTransportSE class.
Missed 'public' modifier has been added to the
HttpsServiceConnectionSEIgnoringConnectionClose class definition
Duplicated variables have been removed
Modification to provide HTTP status.
Solution to Issue 75 disable getting namespaces from mappings
Trivial implementations of the getHost(), getPort(), and getPath()
methods moved to base class.
Throws declarations added to these methods.
1. According to Javadoc and Droidoc 'each HttpURLConnection
instance is used to make a single request' only. Any attempt
to change HttpURLConnection properties or request data
after request is made will raise either IllegalStateException
or ProtocolException. So it is no sense to keep ServiceConnection
instance inside HttpTransport related classes.

2. Keeping ServiceConnection instance inside HttpTransport class
prevents this HttpTransport object from reusing.

It is good idea to remove ServiceConnection field from
HttpTransport related classes.
Signed-off-by: Nico du Plessis <duplessis.nico@gmail.com>
Signed-off-by: Nico du Plessis <duplessis.nico@gmail.com>
- Fixed a case where stream would not be read when a 500 error was received
- Fixed a case where headers might not be read correctly when response is gzipped
Mattia Salvetti and others added 24 commits September 28, 2018 10:46
Differentiating read timeout and connect timeout
In order to use KSoap-Android with other apps that might use
a more recent of OkHttp, do the following

- J2SE: Update OkHttp from 3.2.0 to 3.12.0
- OkHttp: Update from 3.2.0 to 3.12.1
- J2SE: Replace HttpURLConnectionImpl by OkHttpUrlConnection in
OkHttpService
- fixes #113

Signed-off-by: Manfred Moser <mmoser@apache.org>
Signed-off-by: Manfred Moser <manfred@simpligility.com>
@copetes
Copy link

copetes commented Oct 1, 2019

Hola 😉

@francoplc
Copy link

#3 (comment)

@1999chato
Copy link

No se proporcionó descripción.

Va

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet