]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu/Interaction.hs
Many bugfixes
[Lucu.git] / Network / HTTP / Lucu / Interaction.hs
index e486e1a32d2895faaa1165727fc01fd9c15f255d..e871159ada06c278078b8d29f8fb61aaec2ca8a2 100644 (file)
@@ -110,6 +110,7 @@ mkSemanticallyInvalidInteraction ∷ Config
                                  → IO SemanticallyInvalidInteraction
 mkSemanticallyInvalidInteraction config@(Config {..}) (AugmentedRequest {..})
     = do date ← getCurrentDate
+         -- FIXME: DRY
          let res  = setHeader "Server"       cnfServerSoftware      $
                     setHeader "Date"         date                   $
                     setHeader "Content-Type" defaultPageContentType $