mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-19 01:50:49 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@21740 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4ba19049b3
commit
0ef78e48ef
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
|
||||
s = [[NSString alloc] initWithData: [request rawMimeData]
|
||||
encoding: NSISOLatin1StringEncoding];
|
||||
NSLog(@"Got request -\n%@\n", s);
|
||||
[response setContent: s type: @"text/plain" name: nil];
|
||||
RELEASE(s);
|
||||
|
||||
|
|
Loading…
Reference in a new issue