LukasGasior1 / taskwarrior-fullcalendar

Simple scripts to show Taskwarrior tasks using javascript FullCalendar library
7 stars 4 forks source link

Solve issue #5 #6

Open CourrierGui opened 3 years ago

CourrierGui commented 3 years ago

The server does not return a valid 200 response nor does it properly format the header. This results in the inability to view the tasks in the calendar. This patch fixes these issues by calling send_response(200) and end_headers() before sending the reply.