Название: QBuffer и QHttp Отправлено: Kalombo от Сентябрь 21, 2008, 18:11 Код: void HttpTester::httpRequestFinished(int requestId, bool error) Название: Re: QBuffer и QHttp Отправлено: ритт от Сентябрь 22, 2008, 04:45 не издевайся, давай весь код (с http->request)
Название: Re: QBuffer и QHttp Отправлено: Kalombo от Сентябрь 22, 2008, 17:46 Да меня бы просто натолкнуть, где может быть ошибка, всю программу выкладывать - это тоже издевательство, ну для начала выложу, то, что я сниффером вижу,сделанное моей же программой, вот это:
Цитировать GET /posting.php?mode=newtopic&f=1&mforum=create HTTP/1.1 Вот ответа у меня в QBuffer почему-то нет. Пробовал заменить на обычный файл, в файл записываются данные, но всякие квадратики, циферки, бинарные по-моему. Ну если будут идеи и надо будет еще что-нибудь выложить - конечно, выложу, но пока воздержусь, пожалуй.Host: host.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1 (.NET CLR 3.5.30729) Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: ru,en-us;q=0.7,en;q=0.3 Accept-Charset: windows-1251,utf-8;q=0.7,*;q=0.7 Accept-Encoding: gzip,deflate Keep-Alive: 300 Connection: keep-alive content-type: application/x-www-form-urlencoded Cookie: phpbb_data=a%3A2%3A%7Bs%3A11%3A%22autologinid%22%3Bs%3A32%3A%22150b2af7f6f9c068afdee6ee625e0b48%22%3Bs%3A6%3A%22userid%22%3Bi%3A2%3B%7D; phpbb_sid=fdfca25c24027a8082b7d8ef038d0ce6 HTTP/1.1 200 OK Date: Mon, 22 Sep 2008 14:35:32 GMT Server: Apache/2.2.3 (CentOS) X-Powered-By: PHP/5.1.6 Cache-Control: no-cache, pre-check=0, post-check=0 Expires: 0 Pragma: no-cache Content-Encoding: gzip Vary: Accept-Encoding Connection: close Transfer-Encoding: chunked Content-Type: text/html 2138 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html dir="ltr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Style-Type" content="text/css"> <title>blog :: Post a new topic</title> <!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css" --> <style type="text/css"> <!-- /* The original subSilver Theme for phpBB version 2+ Created by subBlue design http://www.subBlue.com NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2 theme administration centre. When you have finalised your style you could cut the final CSS code and place it in an external file, deleting this section to save bandwidth. */ /* General page style. The scroll bar colours only visible in IE5.5+ */ body { background-color: #E5E5E5; scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; И т.д.... Название: Re: QBuffer и QHttp Отправлено: ритт от Сентябрь 22, 2008, 19:35 у бери Accept-Encoding: gzip,deflate
Название: Re: QBuffer и QHttp Отправлено: Kalombo от Сентябрь 22, 2008, 19:45 у бери Accept-Encoding: gzip,deflate Ух, спасибо огромное. |