@ -34,6 +34,8 @@
#include "conn.h"
#include "message.h"
const char vlc_module_name[] = "test_h1chunked";
/* I/O callbacks */
static const char *stream_content;
static size_t stream_length;
@ -35,6 +35,8 @@
#include "file.h"
const char vlc_module_name[] = "test_http_file";
static const char url[] = "https://www.example.com:8443/dir/file.ext?a=b";
static const char url_http[] = "http://www.example.com:8443/dir/file.ext?a=b";
static const char url_mmsh[] = "mmsh://www.example.com:8443/dir/file.ext?a=b";
@ -39,6 +39,8 @@
const char vlc_module_name[] = "test_h1conn";
static struct vlc_http_conn *conn;
static struct vlc_tls *external_tls;
@ -40,6 +40,8 @@
const char vlc_module_name[] = "test_h2conn";
@ -36,6 +36,8 @@
#undef vlc_tick_sleep
const char vlc_module_name[] = "test_h2output";
static unsigned char counter = 0;
static bool send_failure = false;
static bool expect_hello = true;
#include "h2frame.h"
const char vlc_module_name[] = "test_http_msg";
static void check_req(const struct vlc_http_msg *m)
{
const char *str;
@ -47,6 +47,8 @@
#include <vlc_tls.h>
#include "transport.h"
const char vlc_module_name[] = "test_http_tunnel";
static void proxy_client_process(int fd)
char buf[1024];