diff options
| author | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-02-15 12:31:52 +0000 |
|---|---|---|
| committer | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-02-15 12:31:52 +0000 |
| commit | 62ffb5ece01333be69089e15c5f68bb37f8948ea (patch) | |
| tree | 88cb124b0ced691b571dcf2c448384a1146d9fc1 /htroot/MessageSend_p.html | |
| parent | 3b6328ad0287258c4a52fd9b73cc501310a63129 (diff) | |
*) httpdFileHandler.java: adding real streaming support for lage files
- avoid to read the whole file into memory
- support of chunked transfer-encoding for http/1.1 clients
- support of gzip content-encoding suitable clients
See: http://www.yacy-forum.de/viewtopic.php?p=17058#17058
*) MessageSend_p.html: better highlighting of peer response/status messages
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1646 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/MessageSend_p.html')
| -rw-r--r-- | htroot/MessageSend_p.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/MessageSend_p.html b/htroot/MessageSend_p.html index 4a2bb4396..401113ac1 100644 --- a/htroot/MessageSend_p.html +++ b/htroot/MessageSend_p.html @@ -19,7 +19,7 @@ ::
<!-- we have the permission to send the message -->
<p>The peer <b>#[peerName]#</b> is alive and responded:</p>
- <p><tt>#[response]#
+ <p><tt class="MessageBackground">#[response]#
You are allowed to send me a message ≤ #[messagesize]# kb and an
attachment ≤ #[attachmentsize]#.</tt>
</p>
@@ -52,14 +52,14 @@ <!-- Message send successfully -->
<p>Your message has been sent. The target peer responded:</p>
- <p><tt>#[response]#</tt></p>
+ <p><tt class="MessageBackground">#[response]#</tt></p>
:: <!-- Message could not be send -->
<p>The target peer is alive but did not receive your message. Sorry.</p>
<p>
Here is a copy of your message, so you can copy it to save it for further attempts:<br>
- <tt>#[message]#</tt>
+ <tt class="MessageBackground">#[message]#</tt>
</p>
#(/status)#
|
