Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 307271
Collapse All | Expand All

(-)file_not_specified_in_diff (-7 / +8 lines)
Line  Link Here
0
-- a/mythtv/libs/libmythupnp/httprequest.cpp
0
++ b/mythtv/libs/libmythupnp/httprequest.cpp
Lines 180-185 Link Here
180
180
181
    sHeader += GetAdditionalHeaders();
181
    sHeader += GetAdditionalHeaders();
182
182
183
    sHeader += QString( "Connection: %1\r\n"
184
                        "Content-Type: %2\r\n"
185
                        "Content-Length: %3\r\n" )
186
                        .arg( GetKeepAlive() ? "Keep-Alive" : "Close" )
187
                        .arg( sContentType )
188
                        .arg( nSize );
189
183
    // ----------------------------------------------------------------------
190
    // ----------------------------------------------------------------------
184
    // Temp Hack to process DLNA header
191
    // Temp Hack to process DLNA header
185
                             
192
                             
Lines 191-202 Link Here
191
198
192
    // ----------------------------------------------------------------------
199
    // ----------------------------------------------------------------------
193
200
194
    sHeader += QString( "Connection: %1\r\n"
195
                        "Content-Type: %2\r\n"
196
                        "Content-Length: %3\r\n" )
197
                        .arg( GetKeepAlive() ? "Keep-Alive" : "Close" )
198
                        .arg( sContentType )
199
                        .arg( nSize );
200
    sHeader += "\r\n";
201
    sHeader += "\r\n";
201
202
202
    return sHeader;
203
    return sHeader;

Return to bug 307271