* Source/GSURLPrivate.h: Addition of private method to NSURLProtocol

category.
	* Source/NSURLConnection.m: Changes to use the new method and to correct
	bug #26107.  Patch by: doug@riverrock.org
	* Source/NSURLProtocol.m: Addition of static method to look up class 
	which can handle the given connection protocol.  
	Patch by: doug@riverrock.org


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28229 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2009-04-18 14:22:54 +00:00
parent e537692852
commit 1be02d0252
4 changed files with 61 additions and 3 deletions

View file

@ -71,6 +71,9 @@
@end
@interface NSURLProtocol (Private)
+ (Class) _classToHandleRequest:(NSURLRequest *)request;
@end
/*
* Internal class for handling HTTP authentication